[][src]Struct multihash::Blake2bHasher

pub struct Blake2bHasher<S: Size> { /* fields omitted */ }

$name hasher.

Trait Implementations

impl<S: Size> Default for Blake2bHasher<S>[src]

impl From<<Blake2bHasher<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>> as Hasher>::Digest> for Multihash[src]

impl From<<Blake2bHasher<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>> as Hasher>::Digest> for Multihash[src]

impl<S: Size> Hasher for Blake2bHasher<S>[src]

type Size = S

Digest size.

type Digest = Blake2bDigest<Self::Size>

Digest type.

Auto Trait Implementations

impl<S> RefUnwindSafe for Blake2bHasher<S> where
    S: RefUnwindSafe

impl<S> Send for Blake2bHasher<S>

impl<S> Sync for Blake2bHasher<S>

impl<S> Unpin for Blake2bHasher<S> where
    S: Unpin

impl<S> UnwindSafe for Blake2bHasher<S> where
    S: UnwindSafe

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> Same<T> for T

type Output = T

Should always be Self

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.