Struct hash_rs::Digest
[−]
[src]
pub struct Digest(pub [u8; 64]);
Methods
impl Digest[src]
Trait Implementations
impl Clone for Digest[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Digest[src]
impl LowerHex for Digest[src]
impl Display for Digest[src]
impl Debug for Digest[src]
impl PartialEq for Digest[src]
fn eq(&self, other: &Self) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.