pub struct ReferenceDecoder;
Expand description
Decode a MessagePack binary and return a Reference
to its bytes
Trait Implementations§
Source§impl<'de> Decode<'de> for ReferenceDecoder
impl<'de> Decode<'de> for ReferenceDecoder
Auto Trait Implementations§
impl Freeze for ReferenceDecoder
impl RefUnwindSafe for ReferenceDecoder
impl Send for ReferenceDecoder
impl Sync for ReferenceDecoder
impl Unpin for ReferenceDecoder
impl UnwindSafe for ReferenceDecoder
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