Struct canonical::Id32[][src]

pub struct Id32(_);

A 32 byte Identifier based on the Blake2b hash algorithm

Trait Implementations

impl AsMut<[u8]> for Id32[src]

impl AsRef<[u8]> for Id32[src]

impl<S> Canon<S> for Id32 where
    S: Store
[src]

fn read(source: &mut impl Source<S>) -> Result<Self, S::Error>[src]

Read the value from bytes in a Source

impl Clone for Id32[src]

impl Copy for Id32[src]

impl Debug for Id32[src]

impl Default for Id32[src]

impl Eq for Id32[src]

impl Hash for Id32[src]

impl Ident for Id32[src]

type Builder = Id32Builder

Takes bytes to produce an identifier

impl Ord for Id32[src]

impl PartialEq<Id32> for Id32[src]

impl PartialOrd<Id32> for Id32[src]

impl StructuralEq for Id32[src]

impl StructuralPartialEq for Id32[src]

Auto Trait Implementations

impl RefUnwindSafe for Id32

impl Send for Id32

impl Sync for Id32

impl Unpin for Id32

impl UnwindSafe for Id32

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.