Enum forecast::Lang [] [src]

pub enum Lang {
    Arabic,
    Azerbaijani,
    Belarusian,
    Bulgarian,
    Bosnian,
    Catalan,
    Czech,
    Danish,
    German,
    Greek,
    English,
    Spanish,
    Estonian,
    Finnish,
    French,
    Croatian,
    Hungarian,
    Indonesian,
    Icelandic,
    Italian,
    Japanese,
    Georgian,
    Cornish,
    NorwegianBokmal,
    Dutch,
    Polish,
    Portuguese,
    Romanian,
    Russian,
    Slovak,
    Slovenian,
    Serbian,
    Swedish,
    Tetum,
    Turkish,
    Ukranian,
    IgpayAtinlay,
    SimplifiedChinese,
    TraditionalChinese,
}

Model object representing language.

Variants

Trait Implementations

impl Clone for Lang
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Lang
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Lang
[src]

impl Debug for Lang
[src]

[src]

Formats the value using the given formatter.