Struct blot::multihash::Harvest [−][src]
pub struct Harvest(_);
Multihash harvest digest.
Methods
impl Harvest[src]
impl HarvestTrait Implementations
impl Debug for Harvest[src]
impl Debug for Harvestfn 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 Harvest[src]
impl PartialEq for Harvestfn eq(&self, other: &Harvest) -> bool[src]
fn eq(&self, other: &Harvest) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Harvest) -> bool[src]
fn ne(&self, other: &Harvest) -> boolThis method tests for !=.
impl Eq for Harvest[src]
impl Eq for Harvestimpl Hash for Harvest[src]
impl Hash for Harvestfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl AsRef<[u8]> for Harvest[src]
impl AsRef<[u8]> for Harvestimpl Display for Harvest[src]
impl Display for Harvestfn fmt(&self, formatter: &mut Formatter) -> Result[src]
fn fmt(&self, formatter: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Vec<u8>> for Harvest[src]
impl From<Vec<u8>> for Harvestimpl From<Box<[u8]>> for Harvest[src]
impl From<Box<[u8]>> for Harvest