pub struct CborCodec;Trait Implementations§
Auto Trait Implementations§
impl Freeze for CborCodec
impl RefUnwindSafe for CborCodec
impl Send for CborCodec
impl Sync for CborCodec
impl Unpin for CborCodec
impl UnsafeUnpin for CborCodec
impl UnwindSafe for CborCodec
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