Enum xkcd_password::Dictionary [−][src]
pub enum Dictionary {
en_US,
}The dictionary to be used for password generation.
This is also a list of supported dictionaries.
Variants
en_US
Trait Implementations
impl Copy for Dictionary[src]
impl Copy for Dictionaryimpl Clone for Dictionary[src]
impl Clone for Dictionaryfn clone(&self) -> Dictionary[src]
fn clone(&self) -> DictionaryReturns 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 Eq for Dictionary[src]
impl Eq for Dictionaryimpl PartialEq for Dictionary[src]
impl PartialEq for Dictionaryfn eq(&self, other: &Dictionary) -> bool[src]
fn eq(&self, other: &Dictionary) -> 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 Hash for Dictionary[src]
impl Hash for DictionaryAuto Trait Implementations
impl Send for Dictionary
impl Send for Dictionaryimpl Sync for Dictionary
impl Sync for Dictionary