Enum numbers::Language [] [src]

pub enum Language {
    French,
    English,
    Chinese,
}

A language to convert into

Variants

Trait Implementations

impl PartialEq for Language
[src]

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

This method tests for !=.

impl Eq for Language
[src]

impl Debug for Language
[src]

Formats the value using the given formatter.

impl Hash for Language
[src]

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

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

impl Copy for Language
[src]

impl Clone for Language
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more