Struct multicodec::MultiCodec[][src]

pub struct MultiCodec<'a> { /* fields omitted */ }

Methods

impl<'a> MultiCodec<'a>
[src]

create a new MultiCodec

try to parse a MultiCodec from a packed bytestring

Trait Implementations

impl<'a> PartialEq for MultiCodec<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Eq for MultiCodec<'a>
[src]

impl<'a> Clone for MultiCodec<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for MultiCodec<'a>
[src]

impl<'a> Debug for MultiCodec<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Serialize for MultiCodec<'a>
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl<'a> Send for MultiCodec<'a>

impl<'a> Sync for MultiCodec<'a>