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
SyrianArabRepublicThailandTurkmenistanTunisiaTurkeyTrinidadandTobagoTaiwanTanzaniaUkraineUnitedNationsUnitedStatesUruguayUzbekistanVenezuelaVietNamPuertoRicoPortugalParaguayQatarRainbowRomaniaSerbiaRussianFederationSaudiArabiaSwedenSingaporeSloveniaSlovakiaSanMarinoMacedoniaMacaoMaltaMexicoMalaysiaNigeriaNetherlandsNorwayNepalNewZealandOmanPanamaPeruJapanDPRKSouthKoreaKuwaitKazakhstanLebanonLiechtensteinSriLankaLithuaniaLuxembourgLatviaHondurasCroatiaHungaryIndonesiaIrelandIsraelIsleofManImperialJapanIndiaIraqGermanyDenmarkDominicanRepublicAlgeriaEcuadorEstoniaEgyptSpainEuropeanUnionBahrainBoliviaBrazilBhutanBelarusCanadaSwitzerlandAndorraUnitedArabEmiratesAlbaniaArmeniaChileAntarcticaChinaArgentinaFinlandColombiaAustriaIranFranceCommunistAustraliaLibyanArabJamahiriyaIcelandUnitedKingdomConfederateAzerbaijanMoroccoItalyGeorgiaCostaRicaBosniaAndHerzegovinaPhilippinesMonacoJamaicaGreeceCubaBangladeshSomaliaPakistanMoldovaJordanGuatemalaCyprusBelgiumSouthAfricaElSalvadorPolandMontenegroJollyRogersHongKongCzechRepublicBulgaria
Trait Implementations
impl Copy for FlagCode[src]
impl Copy for FlagCodeimpl Clone for FlagCode[src]
impl Clone for FlagCodefn clone(&self) -> FlagCode[src]
fn clone(&self) -> FlagCodeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for FlagCode[src]
impl Debug for FlagCodefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Hash for FlagCode[src]
impl Hash for FlagCodefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Eq for FlagCode[src]
impl Eq for FlagCodeimpl PartialEq for FlagCode[src]
impl PartialEq for FlagCodefn eq(&self, other: &FlagCode) -> bool[src]
fn eq(&self, other: &FlagCode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Component for FlagCode[src]
impl Component for FlagCodetype Storage = DenseVecStorage<Self>
Associated storage type for this component.
impl TryFrom<u8> for FlagCode[src]
impl TryFrom<u8> for FlagCodetype Error = EnumValueOutOfRangeError<u8>
try_from)The type returned in the event of a conversion error.
fn try_from(v: u8) -> Result<Self, Self::Error>[src]
fn try_from(v: u8) -> Result<Self, Self::Error>try_from)Performs the conversion.
impl From<FlagCode> for u8[src]
impl From<FlagCode> for u8impl TryFrom<u16> for FlagCode[src]
impl TryFrom<u16> for FlagCodetype Error = EnumValueOutOfRangeError<u16>
try_from)The type returned in the event of a conversion error.
fn try_from(v: u16) -> Result<Self, Self::Error>[src]
fn try_from(v: u16) -> Result<Self, Self::Error>try_from)Performs the conversion.
impl From<FlagCode> for u16[src]
impl From<FlagCode> for u16impl TryFrom<u32> for FlagCode[src]
impl TryFrom<u32> for FlagCodetype Error = EnumValueOutOfRangeError<u32>
try_from)The type returned in the event of a conversion error.
fn try_from(v: u32) -> Result<Self, Self::Error>[src]
fn try_from(v: u32) -> Result<Self, Self::Error>try_from)Performs the conversion.
impl From<FlagCode> for u32[src]
impl From<FlagCode> for u32impl TryFrom<i8> for FlagCode[src]
impl TryFrom<i8> for FlagCodetype Error = EnumValueOutOfRangeError<i8>
try_from)The type returned in the event of a conversion error.
fn try_from(v: i8) -> Result<Self, Self::Error>[src]
fn try_from(v: i8) -> Result<Self, Self::Error>try_from)Performs the conversion.
impl From<FlagCode> for i8[src]
impl From<FlagCode> for i8impl TryFrom<i16> for FlagCode[src]
impl TryFrom<i16> for FlagCodetype Error = EnumValueOutOfRangeError<i16>
try_from)The type returned in the event of a conversion error.
fn try_from(v: i16) -> Result<Self, Self::Error>[src]
fn try_from(v: i16) -> Result<Self, Self::Error>try_from)Performs the conversion.
impl From<FlagCode> for i16[src]
impl From<FlagCode> for i16impl TryFrom<i32> for FlagCode[src]
impl TryFrom<i32> for FlagCodetype Error = EnumValueOutOfRangeError<i32>
try_from)The type returned in the event of a conversion error.
fn try_from(v: i32) -> Result<Self, Self::Error>[src]
fn try_from(v: i32) -> Result<Self, Self::Error>try_from)Performs the conversion.
impl From<FlagCode> for i32[src]
impl From<FlagCode> for i32impl<'a> TryFrom<&'a str> for FlagCode[src]
impl<'a> TryFrom<&'a str> for FlagCodetype Error = ()
try_from)The type returned in the event of a conversion error.
fn try_from(s: &'a str) -> Result<Self, ()>[src]
fn try_from(s: &'a str) -> Result<Self, ()>try_from)Performs the conversion.
impl TryFrom<String> for FlagCode[src]
impl TryFrom<String> for FlagCodetype Error = ()
try_from)The type returned in the event of a conversion error.
fn try_from(s: String) -> Result<Self, ()>[src]
fn try_from(s: String) -> Result<Self, ()>try_from)Performs the conversion.
impl FromStr for FlagCode[src]
impl FromStr for FlagCodetype Err = ()
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self, ()>[src]
fn from_str(s: &str) -> Result<Self, ()>Parses a string s to return a value of this type. Read more
impl Default for FlagCode[src]
impl Default for FlagCode