Enum snow::params::BaseChoice [−][src]
pub enum BaseChoice {
Noise,
}I recommend you choose Noise.
Variants
Noise
Trait Implementations
impl PartialEq for BaseChoice[src]
impl PartialEq for BaseChoicefn eq(&self, other: &BaseChoice) -> bool[src]
fn eq(&self, other: &BaseChoice) -> 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 BaseChoice[src]
impl Copy for BaseChoiceimpl Clone for BaseChoice[src]
impl Clone for BaseChoicefn clone(&self) -> BaseChoice[src]
fn clone(&self) -> BaseChoiceReturns 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 BaseChoice[src]
impl Debug for BaseChoicefn 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 BaseChoice[src]
impl FromStr for BaseChoiceAuto Trait Implementations
impl Send for BaseChoice
impl Send for BaseChoiceimpl Sync for BaseChoice
impl Sync for BaseChoice