Struct blot::multihash::Hash[][src]

pub struct Hash<T: Multihash> { /* fields omitted */ }

Multihash tagged hash. Tags a harvested digest with a multihash implementation.

Methods

impl<T: Multihash> Hash<T>
[src]

Trait Implementations

impl<T: Debug + Multihash> Debug for Hash<T>
[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq + Multihash> PartialEq for Hash<T>
[src]

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

This method tests for !=.

impl<T: Eq + Multihash> Eq for Hash<T>
[src]

impl<T: Hash + Multihash> Hash for Hash<T>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<T: Multihash> Display for Hash<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Hash<T> where
    T: Send

impl<T> Sync for Hash<T> where
    T: Sync