[][src]Struct canonical::Id32

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 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 PartialEq<Id32> for Id32[src]

impl StructuralEq for Id32[src]

impl StructuralPartialEq for Id32[src]

Auto Trait Implementations

impl Send for Id32

impl Sync for Id32

impl Unpin 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, 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.