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