Struct blot::multihash::Harvest[][src]

pub struct Harvest(_);

Multihash harvest digest.

Methods

impl Harvest
[src]

Trait Implementations

impl Debug for Harvest
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Harvest
[src]

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

This method tests for !=.

impl Eq for Harvest
[src]

impl Hash for Harvest
[src]

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

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

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

Performs the conversion.

impl Display for Harvest
[src]

Formats the value using the given formatter. Read more

impl From<Vec<u8>> for Harvest
[src]

Performs the conversion.

impl From<Box<[u8]>> for Harvest
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Harvest

impl Sync for Harvest