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,
    Korean,
    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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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. Read more

impl<'de> Deserialize<'de> for Lang
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Lang
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Lang

impl Sync for Lang