pub struct BinaryCodec;
Trait Implementations§
Source§impl ProtocolCodec for BinaryCodec
impl ProtocolCodec for BinaryCodec
Auto Trait Implementations§
impl Freeze for BinaryCodec
impl RefUnwindSafe for BinaryCodec
impl Send for BinaryCodec
impl Sync for BinaryCodec
impl Unpin for BinaryCodec
impl UnwindSafe for BinaryCodec
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