pub struct MsgpackReader;Implementations§
Source§impl MsgpackReader
impl MsgpackReader
pub fn read_from_bytes(&self, _bytes: &[u8]) -> Result<Value>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsgpackReader
impl RefUnwindSafe for MsgpackReader
impl Send for MsgpackReader
impl Sync for MsgpackReader
impl Unpin for MsgpackReader
impl UnsafeUnpin for MsgpackReader
impl UnwindSafe for MsgpackReader
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