Struct libipld_pb::DagPbCodec
source · [−]pub struct DagPbCodec;Expand description
Protobuf codec.
Trait Implementations
sourceimpl Clone for DagPbCodec
impl Clone for DagPbCodec
sourcefn clone(&self) -> DagPbCodec
fn clone(&self) -> DagPbCodec
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Codec for DagPbCodec
impl Codec for DagPbCodec
sourcefn encode<T>(&self, obj: &T) -> Result<Vec<u8, Global>, Error> where
T: Encode<Self> + ?Sized,
fn encode<T>(&self, obj: &T) -> Result<Vec<u8, Global>, Error> where
T: Encode<Self> + ?Sized,
Encodes an encodable type.
sourcefn decode<T>(&self, bytes: &[u8]) -> Result<T, Error> where
T: Decode<Self>,
fn decode<T>(&self, bytes: &[u8]) -> Result<T, Error> where
T: Decode<Self>,
Decodes a decodable type.
sourcefn references<T, E>(&self, bytes: &[u8], set: &mut E) -> Result<(), Error> where
T: References<Self>,
E: Extend<Cid<64>>,
fn references<T, E>(&self, bytes: &[u8], set: &mut E) -> Result<(), Error> where
T: References<Self>,
E: Extend<Cid<64>>,
Scrapes the references.
sourceimpl Debug for DagPbCodec
impl Debug for DagPbCodec
sourceimpl Decode<DagPbCodec> for Ipld
impl Decode<DagPbCodec> for Ipld
sourceimpl Encode<DagPbCodec> for Ipld
impl Encode<DagPbCodec> for Ipld
sourceimpl From<DagPbCodec> for u64
impl From<DagPbCodec> for u64
sourcefn from(_: DagPbCodec) -> Self
fn from(_: DagPbCodec) -> Self
Converts to this type from the input type.
sourceimpl Ord for DagPbCodec
impl Ord for DagPbCodec
sourcefn cmp(&self, other: &DagPbCodec) -> Ordering
fn cmp(&self, other: &DagPbCodec) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Self where
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Self where
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<DagPbCodec> for DagPbCodec
impl PartialEq<DagPbCodec> for DagPbCodec
sourcefn eq(&self, other: &DagPbCodec) -> bool
fn eq(&self, other: &DagPbCodec) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl PartialOrd<DagPbCodec> for DagPbCodec
impl PartialOrd<DagPbCodec> for DagPbCodec
sourcefn partial_cmp(&self, other: &DagPbCodec) -> Option<Ordering>
fn partial_cmp(&self, other: &DagPbCodec) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
sourceimpl References<DagPbCodec> for Ipld
impl References<DagPbCodec> for Ipld
sourceimpl TryFrom<u64> for DagPbCodec
impl TryFrom<u64> for DagPbCodec
impl Copy for DagPbCodec
impl Eq for DagPbCodec
impl StructuralEq for DagPbCodec
impl StructuralPartialEq for DagPbCodec
Auto Trait Implementations
impl RefUnwindSafe for DagPbCodec
impl Send for DagPbCodec
impl Sync for DagPbCodec
impl Unpin for DagPbCodec
impl UnwindSafe for DagPbCodec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more