Struct blot::multihash::Blake2s256 [−][src]
pub struct Blake2s256;
Trait Implementations
impl Debug for Blake2s256[src]
impl Debug for Blake2s256fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Blake2s256[src]
impl PartialEq for Blake2s256fn eq(&self, other: &Blake2s256) -> bool[src]
fn eq(&self, other: &Blake2s256) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Default for Blake2s256[src]
impl Default for Blake2s256impl From<Blake2s256> for Uvar[src]
impl From<Blake2s256> for Uvarfn from(hash: Blake2s256) -> Uvar[src]
fn from(hash: Blake2s256) -> UvarPerforms the conversion.
impl Multihash for Blake2s256[src]
impl Multihash for Blake2s256Auto Trait Implementations
impl Send for Blake2s256
impl Send for Blake2s256impl Sync for Blake2s256
impl Sync for Blake2s256