Struct blake2b::Hash [] [src]

pub struct Hash { /* fields omitted */ }

Methods

impl Hash
[src]

Trait Implementations

impl Copy for Hash
[src]

impl Clone for Hash
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

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

Performs the conversion.

impl Debug for Hash
[src]

Formats the value using the given formatter.

impl Deref for Hash
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Hash
[src]

The method called to mutably dereference a value

impl Eq for Hash
[src]

impl Hash for Hash
[src]

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

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

impl PartialEq for Hash
[src]

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

This method tests for !=.

impl PartialEq<[u8]> for Hash
[src]

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

This method tests for !=.