pub struct ReferenceStrDecoder;
Expand description
Decode a MessagePack string and return a ReferenceStr
Trait Implementations§
Source§impl<'de> Decode<'de> for ReferenceStrDecoder
impl<'de> Decode<'de> for ReferenceStrDecoder
Auto Trait Implementations§
impl Freeze for ReferenceStrDecoder
impl RefUnwindSafe for ReferenceStrDecoder
impl Send for ReferenceStrDecoder
impl Sync for ReferenceStrDecoder
impl Unpin for ReferenceStrDecoder
impl UnwindSafe for ReferenceStrDecoder
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