pub struct BinaryCodec;Expand description
Binary message codec
Implementations§
Auto Trait Implementations§
impl Freeze for BinaryCodec
impl RefUnwindSafe for BinaryCodec
impl Send for BinaryCodec
impl Sync for BinaryCodec
impl Unpin for BinaryCodec
impl UnsafeUnpin 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