Enum dictcc::Language [] [src]

pub enum Language {
    SQ,
    BS,
    BG,
    HR,
    CS,
    DA,
    NL,
    EN,
    EO,
    FI,
    FR,
    DE,
    EL,
    HU,
    IS,
    IT,
    LA,
    NO,
    PL,
    PT,
    RO,
    RU,
    SR,
    SK,
    ES,
    SV,
    TR,
    Other {
        language_code: String,
    },
}

Lists all available languages

Variants

Albanian

Bosnian

Bulgarian

Croatioan

Czech

Danish

Dutch

English

Esperanto

Finnish

French

German

Greek

Hungarian

Icelandic

Italian

Latin

Norwegian

Polish

Portuguese

Romanian

Russian

Serbian

Slovak

Spanish

Swedish

Turkish

Other language that are not listed explicitly

Fields of Other

The unknown language code.

Trait Implementations

impl Clone for Language
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Language
[src]

impl PartialEq for Language
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for Language
[src]

[src]

Formats the value using the given formatter.

impl FromStr for Language
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl Display for Language
[src]

[src]

Formats the value using the given formatter. Read more