pub struct CborCodec<Enc, Dec>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<Enc, Dec> Decoder for CborCodec<Enc, Dec>where
for<'de> Dec: Deserialize<'de> + 'static,
impl<Enc, Dec> Decoder for CborCodec<Enc, Dec>where
for<'de> Dec: Deserialize<'de> + 'static,
Auto Trait Implementations§
impl<Enc, Dec> Freeze for CborCodec<Enc, Dec>
impl<Enc, Dec> RefUnwindSafe for CborCodec<Enc, Dec>where
Enc: RefUnwindSafe,
Dec: RefUnwindSafe,
impl<Enc, Dec> Send for CborCodec<Enc, Dec>
impl<Enc, Dec> Sync for CborCodec<Enc, Dec>
impl<Enc, Dec> Unpin for CborCodec<Enc, Dec>
impl<Enc, Dec> UnwindSafe for CborCodec<Enc, Dec>where
Enc: UnwindSafe,
Dec: UnwindSafe,
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