Struct protobuf::ext::ExtFieldRepeated
source · [−]pub struct ExtFieldRepeated<M: Message, T: ProtobufType> {
pub field_number: u32,
pub phantom: PhantomData<(M, T)>,
}
Expand description
Repeated ext field
Fields
field_number: u32
Extension field number
phantom: PhantomData<(M, T)>
Extension field number
Implementations
sourceimpl<M: Message, T: ProtobufType> ExtFieldRepeated<M, T>
impl<M: Message, T: ProtobufType> ExtFieldRepeated<M, T>
Auto Trait Implementations
impl<M, T> RefUnwindSafe for ExtFieldRepeated<M, T> where
M: RefUnwindSafe,
T: RefUnwindSafe,
impl<M, T> Send for ExtFieldRepeated<M, T> where
T: Send,
impl<M, T> Sync for ExtFieldRepeated<M, T> where
T: Sync,
impl<M, T> Unpin for ExtFieldRepeated<M, T> where
M: Unpin,
T: Unpin,
impl<M, T> UnwindSafe for ExtFieldRepeated<M, T> where
M: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more