pub struct CborEncrypted { /* private fields */ }
Expand description
A Codec
for encripted CBOR
Implementations§
Source§impl CborEncrypted
impl CborEncrypted
Trait Implementations§
Source§impl<A> Codec<A> for CborEncrypted
impl<A> Codec<A> for CborEncrypted
Auto Trait Implementations§
impl Freeze for CborEncrypted
impl RefUnwindSafe for CborEncrypted
impl Send for CborEncrypted
impl Sync for CborEncrypted
impl Unpin for CborEncrypted
impl UnwindSafe for CborEncrypted
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