Enum whatlang::Lang [] [src]

pub enum Lang {
    Amh,
    Arb,
    Ben,
    Cmn,
    Dan,
    Deu,
    Eng,
    Epo,
    Fra,
    Heb,
    Hin,
    Ita,
    Jav,
    Jpn,
    Kat,
    Kor,
    Nno,
    Nob,
    Pol,
    Por,
    Rus,
    Spa,
    Swe,
    Tir,
    Ukr,
    Ydd,
}

Variants

Methods

impl Lang
[src]

Trait Implementations

impl PartialEq for Lang
[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 Lang
[src]

impl Debug for Lang
[src]

Formats the value using the given formatter.

impl Hash for Lang
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Clone for Lang
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Lang
[src]