pub struct EncodeAsProtobuf;
Trait Implementations§
Source§impl<Encoding, Strategy, Value> Decoder<Encoding, Strategy, Value> for EncodeAsProtobufwhere
Value: Message + Default,
Encoding: HasEncodedType<Encoded = Vec<u8>> + CanRaiseError<DecodeError>,
impl<Encoding, Strategy, Value> Decoder<Encoding, Strategy, Value> for EncodeAsProtobufwhere
Value: Message + Default,
Encoding: HasEncodedType<Encoded = Vec<u8>> + CanRaiseError<DecodeError>,
Auto Trait Implementations§
impl Freeze for EncodeAsProtobuf
impl RefUnwindSafe for EncodeAsProtobuf
impl Send for EncodeAsProtobuf
impl Sync for EncodeAsProtobuf
impl Unpin for EncodeAsProtobuf
impl UnwindSafe for EncodeAsProtobuf
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