pub struct ExtFieldRepeated<M, V> { /* private fields */ }
Expand description
Repeated ext field
This is initialized from generated code, do not instantiate directly.
Implementations§
Source§impl<M, V> ExtFieldRepeated<M, V>
impl<M, V> ExtFieldRepeated<M, V>
Source§impl<M: Message, V: ProtobufValue> ExtFieldRepeated<M, V>
impl<M: Message, V: ProtobufValue> ExtFieldRepeated<M, V>
Auto Trait Implementations§
impl<M, V> Freeze for ExtFieldRepeated<M, V>
impl<M, V> RefUnwindSafe for ExtFieldRepeated<M, V>where
M: RefUnwindSafe,
V: RefUnwindSafe,
impl<M, V> Send for ExtFieldRepeated<M, V>
impl<M, V> Sync for ExtFieldRepeated<M, V>
impl<M, V> Unpin for ExtFieldRepeated<M, V>
impl<M, V> UnwindSafe for ExtFieldRepeated<M, V>where
M: UnwindSafe,
V: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more