Struct blot::multihash::Sha2256[][src]

pub struct Sha2256;

Trait Implementations

impl Debug for Sha2256
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Sha2256
[src]

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

This method tests for !=.

impl Default for Sha2256
[src]

Returns the "default value" for a type. Read more

impl From<Sha2256> for Uvar
[src]

Performs the conversion.

impl Multihash for Sha2256
[src]

Auto Trait Implementations

impl Send for Sha2256

impl Sync for Sha2256