pub struct MsgPackSerializer;Available on crate feature
msgpack only.Expand description
Binary serializer using MessagePack
Trait Implementations§
Source§impl Clone for MsgPackSerializer
impl Clone for MsgPackSerializer
Source§fn clone(&self) -> MsgPackSerializer
fn clone(&self) -> MsgPackSerializer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MsgPackSerializer
impl Debug for MsgPackSerializer
Source§impl Default for MsgPackSerializer
impl Default for MsgPackSerializer
Source§fn default() -> MsgPackSerializer
fn default() -> MsgPackSerializer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MsgPackSerializer
impl RefUnwindSafe for MsgPackSerializer
impl Send for MsgPackSerializer
impl Sync for MsgPackSerializer
impl Unpin for MsgPackSerializer
impl UnsafeUnpin for MsgPackSerializer
impl UnwindSafe for MsgPackSerializer
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