pub struct CborEnvelopeCodec;Expand description
Standard {v,t,p} CBOR envelope with an open message namespace.
Trait Implementations§
Source§impl Clone for CborEnvelopeCodec
impl Clone for CborEnvelopeCodec
Source§fn clone(&self) -> CborEnvelopeCodec
fn clone(&self) -> CborEnvelopeCodec
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 moreimpl Copy for CborEnvelopeCodec
Source§impl Debug for CborEnvelopeCodec
impl Debug for CborEnvelopeCodec
Source§impl Default for CborEnvelopeCodec
impl Default for CborEnvelopeCodec
Source§fn default() -> CborEnvelopeCodec
fn default() -> CborEnvelopeCodec
Returns the “default value” for a type. Read more
Source§impl EnvelopeCodec for CborEnvelopeCodec
impl EnvelopeCodec for CborEnvelopeCodec
Auto Trait Implementations§
impl Freeze for CborEnvelopeCodec
impl RefUnwindSafe for CborEnvelopeCodec
impl Send for CborEnvelopeCodec
impl Sync for CborEnvelopeCodec
impl Unpin for CborEnvelopeCodec
impl UnsafeUnpin for CborEnvelopeCodec
impl UnwindSafe for CborEnvelopeCodec
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