Enum snow::params::HashChoice [−][src]
pub enum HashChoice {
SHA256,
SHA512,
Blake2s,
Blake2b,
}One of the supported SHA-family or BLAKE-family hash choices, per the spec.
Variants
SHA256SHA512Blake2sBlake2b
Trait Implementations
impl PartialEq for HashChoice[src]
impl PartialEq for HashChoicefn eq(&self, other: &HashChoice) -> bool[src]
fn eq(&self, other: &HashChoice) -> 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 Copy for HashChoice[src]
impl Copy for HashChoiceimpl Clone for HashChoice[src]
impl Clone for HashChoicefn clone(&self) -> HashChoice[src]
fn clone(&self) -> HashChoiceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for HashChoice[src]
impl Debug for HashChoicefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl FromStr for HashChoice[src]
impl FromStr for HashChoiceAuto Trait Implementations
impl Send for HashChoice
impl Send for HashChoiceimpl Sync for HashChoice
impl Sync for HashChoice