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§type Error = ProtobufError
type Error = ProtobufError
Error type.
Source§impl Debug for DagPbCodec
impl Debug for DagPbCodec
Source§impl Hash for DagPbCodec
impl Hash for DagPbCodec
Source§impl PartialEq for DagPbCodec
impl PartialEq 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