pub struct MsgpackCodec;Expand description
A codec for the MessagePack format.
Provides a compact binary representation of profiles.
Trait Implementations§
Source§impl Codec for MsgpackCodec
impl Codec for MsgpackCodec
Auto Trait Implementations§
impl Freeze for MsgpackCodec
impl RefUnwindSafe for MsgpackCodec
impl Send for MsgpackCodec
impl Sync for MsgpackCodec
impl Unpin for MsgpackCodec
impl UnwindSafe for MsgpackCodec
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