Enum airmash_protocol::FlagCode[][src]

pub enum FlagCode {
    SyrianArabRepublic,
    Thailand,
    Turkmenistan,
    Tunisia,
    Turkey,
    TrinidadandTobago,
    Taiwan,
    Tanzania,
    Ukraine,
    UnitedNations,
    UnitedStates,
    Uruguay,
    Uzbekistan,
    Venezuela,
    VietNam,
    PuertoRico,
    Portugal,
    Paraguay,
    Qatar,
    Rainbow,
    Romania,
    Serbia,
    RussianFederation,
    SaudiArabia,
    Sweden,
    Singapore,
    Slovenia,
    Slovakia,
    SanMarino,
    Macedonia,
    Macao,
    Malta,
    Mexico,
    Malaysia,
    Nigeria,
    Netherlands,
    Norway,
    Nepal,
    NewZealand,
    Oman,
    Panama,
    Peru,
    Japan,
    DPRK,
    SouthKorea,
    Kuwait,
    Kazakhstan,
    Lebanon,
    Liechtenstein,
    SriLanka,
    Lithuania,
    Luxembourg,
    Latvia,
    Honduras,
    Croatia,
    Hungary,
    Indonesia,
    Ireland,
    Israel,
    IsleofMan,
    ImperialJapan,
    India,
    Iraq,
    Germany,
    Denmark,
    DominicanRepublic,
    Algeria,
    Ecuador,
    Estonia,
    Egypt,
    Spain,
    EuropeanUnion,
    Bahrain,
    Bolivia,
    Brazil,
    Bhutan,
    Belarus,
    Canada,
    Switzerland,
    Andorra,
    UnitedArabEmirates,
    Albania,
    Armenia,
    Chile,
    Antarctica,
    China,
    Argentina,
    Finland,
    Colombia,
    Austria,
    Iran,
    France,
    Communist,
    Australia,
    LibyanArabJamahiriya,
    Iceland,
    UnitedKingdom,
    Confederate,
    Azerbaijan,
    Morocco,
    Italy,
    Georgia,
    CostaRica,
    BosniaAndHerzegovina,
    Philippines,
    Monaco,
    Jamaica,
    Greece,
    Cuba,
    Bangladesh,
    Somalia,
    Pakistan,
    Moldova,
    Jordan,
    Guatemala,
    Cyprus,
    Belgium,
    SouthAfrica,
    ElSalvador,
    Poland,
    Montenegro,
    JollyRogers,
    HongKong,
    CzechRepublic,
    Bulgaria,
}

All player flags currently available within the game.

Variants

Trait Implementations

impl Copy for FlagCode
[src]

impl Clone for FlagCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FlagCode
[src]

Formats the value using the given formatter. Read more

impl Hash for FlagCode
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for FlagCode
[src]

impl PartialEq for FlagCode
[src]

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

This method tests for !=.

impl Component for FlagCode
[src]

Associated storage type for this component.

impl TryFrom<u8> for FlagCode
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl From<FlagCode> for u8
[src]

Performs the conversion.

impl TryFrom<u16> for FlagCode
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl From<FlagCode> for u16
[src]

Performs the conversion.

impl TryFrom<u32> for FlagCode
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl From<FlagCode> for u32
[src]

Performs the conversion.

impl TryFrom<i8> for FlagCode
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl From<FlagCode> for i8
[src]

Performs the conversion.

impl TryFrom<i16> for FlagCode
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl From<FlagCode> for i16
[src]

Performs the conversion.

impl TryFrom<i32> for FlagCode
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl From<FlagCode> for i32
[src]

Performs the conversion.

impl<'a> TryFrom<&'a str> for FlagCode
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl TryFrom<String> for FlagCode
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl FromStr for FlagCode
[src]

The associated error which can be returned from parsing.

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

Auto Trait Implementations

impl Send for FlagCode

impl Sync for FlagCode