Enum forecast::Lang [] [src]

pub enum Lang {
    Arabic,
    Azerbaijani,
    Belarusian,
    Bosnian,
    Czech,
    German,
    Greek,
    English,
    Spanish,
    French,
    Croatian,
    Hungarian,
    Indonesian,
    Italian,
    Icelandic,
    Cornish,
    NorwegianBokmal,
    Dutch,
    Polish,
    Portugese,
    Russian,
    Slovak,
    Serbian,
    Swedish,
    Tetum,
    Turkish,
    Ukranian,
    IgpayAtinlay,
    SimplifiedChinese,
    TraditionalChinese,
}

Model object representing language.

Variants

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.