pub struct DagPbCodec;Expand description
Protobuf codec.
Trait Implementations§
Source§impl Clone for DagPbCodec
impl Clone for DagPbCodec
Source§fn clone(&self) -> DagPbCodec
fn clone(&self) -> DagPbCodec
Returns a duplicate of the value. Read more
1.0.0 · 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 DagPbCodec
impl Codec for DagPbCodec
Source§impl Debug for DagPbCodec
impl Debug for DagPbCodec
Source§impl Decode<DagPbCodec> for Ipld
impl Decode<DagPbCodec> for Ipld
Source§impl Encode<DagPbCodec> for Ipld
impl Encode<DagPbCodec> for Ipld
Source§impl From<DagPbCodec> for u64
impl From<DagPbCodec> for u64
Source§fn from(_: DagPbCodec) -> Self
fn from(_: DagPbCodec) -> Self
Converts to this type from the input type.
Source§impl Ord for DagPbCodec
impl Ord for DagPbCodec
Source§fn cmp(&self, other: &DagPbCodec) -> Ordering
fn cmp(&self, other: &DagPbCodec) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DagPbCodec
impl PartialEq for DagPbCodec
Source§impl PartialOrd for DagPbCodec
impl PartialOrd for DagPbCodec
Source§impl References<DagPbCodec> for Ipld
impl References<DagPbCodec> for Ipld
Source§impl TryFrom<u64> for DagPbCodec
impl TryFrom<u64> for DagPbCodec
impl Copy for DagPbCodec
impl Eq for DagPbCodec
impl StructuralPartialEq for DagPbCodec
Auto Trait Implementations§
impl Freeze for DagPbCodec
impl RefUnwindSafe for DagPbCodec
impl Send for DagPbCodec
impl Sync for DagPbCodec
impl Unpin for DagPbCodec
impl UnwindSafe for DagPbCodec
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