pub struct MarshallerProtobuf;
Trait Implementations§
Source§impl<M: Message> Marshaller<M> for MarshallerProtobuf
impl<M: Message> Marshaller<M> for MarshallerProtobuf
Auto Trait Implementations§
impl Freeze for MarshallerProtobuf
impl RefUnwindSafe for MarshallerProtobuf
impl Send for MarshallerProtobuf
impl Sync for MarshallerProtobuf
impl Unpin for MarshallerProtobuf
impl UnwindSafe for MarshallerProtobuf
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