pub struct DagCborCodec;Expand description
CBOR codec.
Trait Implementations§
Source§impl Clone for DagCborCodec
impl Clone for DagCborCodec
Source§fn clone(&self) -> DagCborCodec
fn clone(&self) -> DagCborCodec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Codec for DagCborCodec
impl Codec for DagCborCodec
Source§impl Debug for DagCborCodec
impl Debug for DagCborCodec
impl Eq for DagCborCodec
Source§impl Hash for DagCborCodec
impl Hash for DagCborCodec
Source§impl PartialEq for DagCborCodec
impl PartialEq for DagCborCodec
impl StructuralPartialEq for DagCborCodec
Auto Trait Implementations§
impl Freeze for DagCborCodec
impl RefUnwindSafe for DagCborCodec
impl Send for DagCborCodec
impl Sync for DagCborCodec
impl Unpin for DagCborCodec
impl UnsafeUnpin for DagCborCodec
impl UnwindSafe for DagCborCodec
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