Enum whatlang::Lang [] [src]

pub enum Lang {
    Amh,
    Arb,
    Azj,
    Bel,
    Ben,
    Bho,
    Bul,
    Ces,
    Cmn,
    Dan,
    Deu,
    Ell,
    Eng,
    Epo,
    Est,
    Fin,
    Fra,
    Guj,
    Hau,
    Heb,
    Hin,
    Hrv,
    Hun,
    Ind,
    Ita,
    Jav,
    Jpn,
    Kan,
    Kat,
    Kor,
    Lav,
    Lit,
    Mai,
    Mal,
    Mar,
    Mkd,
    Mya,
    Nld,
    Nno,
    Nob,
    Ori,
    Pan,
    Pes,
    Pol,
    Por,
    Ron,
    Rus,
    Slv,
    Spa,
    Srp,
    Swe,
    Tam,
    Tel,
    Tgl,
    Tha,
    Tir,
    Tur,
    Ukr,
    Urd,
    Uzb,
    Vie,
    Ydd,
    Yor,
}

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]