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

Trait Implementations

impl Copy for Dictionary
[src]

impl Clone for Dictionary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Dictionary
[src]

impl PartialEq for Dictionary
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Dictionary
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for Dictionary

impl Sync for Dictionary