pub enum AsiaRegion {
Show 39 variants
Afghanistan,
Armenia,
Azerbaijan,
Bangladesh,
Bhutan,
Cambodia,
China(ChinaRegion),
EastTimor,
GccStates,
India(IndiaRegion),
Indonesia(IndonesiaRegion),
Iran,
Iraq,
IsraelAndPalestine,
Japan(JapanRegion),
Jordan,
Kazakhstan,
Kyrgyzstan,
Laos,
Lebanon,
MalaysiaSingaporeBrunei,
Maldives,
Mongolia,
Myanmar,
Nepal,
NorthKorea,
Pakistan,
Philippines,
RussianFederation(RussianFederationRegion),
SouthKorea,
SriLanka,
Syria,
Taiwan,
Tajikistan,
Thailand,
Turkmenistan,
Uzbekistan,
Vietnam,
Yemen,
}Variants§
Afghanistan
Armenia
Azerbaijan
Bangladesh
Bhutan
Cambodia
China(ChinaRegion)
EastTimor
GccStates
India(IndiaRegion)
Indonesia(IndonesiaRegion)
Iran
Iraq
IsraelAndPalestine
Japan(JapanRegion)
Jordan
Kazakhstan
Kyrgyzstan
Laos
Lebanon
MalaysiaSingaporeBrunei
Maldives
Mongolia
Myanmar
Nepal
NorthKorea
Pakistan
Philippines
RussianFederation(RussianFederationRegion)
SouthKorea
SriLanka
Syria
Taiwan
Tajikistan
Thailand
Turkmenistan
Uzbekistan
Vietnam
Yemen
Trait Implementations§
Source§impl Abbreviation for AsiaRegion
impl Abbreviation for AsiaRegion
fn abbreviation(&self) -> &'static str
Source§impl Clone for AsiaRegion
impl Clone for AsiaRegion
Source§fn clone(&self) -> AsiaRegion
fn clone(&self) -> AsiaRegion
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AsiaRegion
impl Debug for AsiaRegion
Source§impl Default for AsiaRegion
impl Default for AsiaRegion
Source§impl<'de> Deserialize<'de> for AsiaRegion
impl<'de> Deserialize<'de> for AsiaRegion
Source§fn deserialize<D>(deserializer: D) -> Result<AsiaRegion, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<AsiaRegion, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for AsiaRegion
impl Display for AsiaRegion
Source§impl From<ChinaRegion> for AsiaRegion
impl From<ChinaRegion> for AsiaRegion
Source§fn from(value: ChinaRegion) -> Self
fn from(value: ChinaRegion) -> Self
Converts to this type from the input type.
Source§impl From<IndiaRegion> for AsiaRegion
impl From<IndiaRegion> for AsiaRegion
Source§fn from(value: IndiaRegion) -> Self
fn from(value: IndiaRegion) -> Self
Converts to this type from the input type.
Source§impl From<IndonesiaRegion> for AsiaRegion
impl From<IndonesiaRegion> for AsiaRegion
Source§fn from(value: IndonesiaRegion) -> Self
fn from(value: IndonesiaRegion) -> Self
Converts to this type from the input type.
Source§impl From<JapanRegion> for AsiaRegion
impl From<JapanRegion> for AsiaRegion
Source§fn from(value: JapanRegion) -> Self
fn from(value: JapanRegion) -> Self
Converts to this type from the input type.
Source§impl From<RussianFederationRegion> for AsiaRegion
impl From<RussianFederationRegion> for AsiaRegion
Source§fn from(value: RussianFederationRegion) -> Self
fn from(value: RussianFederationRegion) -> Self
Converts to this type from the input type.
Source§impl FromStr for AsiaRegion
impl FromStr for AsiaRegion
Source§impl Hash for AsiaRegion
impl Hash for AsiaRegion
Source§impl IntoEnumIterator for AsiaRegion
impl IntoEnumIterator for AsiaRegion
type Iterator = AsiaRegionIter
fn iter() -> AsiaRegionIter ⓘ
Source§impl Ord for AsiaRegion
impl Ord for AsiaRegion
Source§fn cmp(&self, other: &AsiaRegion) -> Ordering
fn cmp(&self, other: &AsiaRegion) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AsiaRegion
impl PartialEq for AsiaRegion
Source§impl PartialOrd for AsiaRegion
impl PartialOrd for AsiaRegion
Source§impl Serialize for AsiaRegion
impl Serialize for AsiaRegion
Source§impl TryFrom<AsiaRegion> for Country
impl TryFrom<AsiaRegion> for Country
Source§type Error = AsiaRegionConversionError
type Error = AsiaRegionConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<AsiaRegion> for CountryCode
impl TryFrom<AsiaRegion> for CountryCode
Source§type Error = AsiaRegionConversionError
type Error = AsiaRegionConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<AsiaRegion> for Iso3166Alpha2
impl TryFrom<AsiaRegion> for Iso3166Alpha2
Source§type Error = AsiaRegionConversionError
type Error = AsiaRegionConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<AsiaRegion> for Iso3166Alpha3
impl TryFrom<AsiaRegion> for Iso3166Alpha3
Source§type Error = AsiaRegionConversionError
type Error = AsiaRegionConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<Country> for AsiaRegion
impl TryFrom<Country> for AsiaRegion
Source§impl VariantNames for AsiaRegion
impl VariantNames for AsiaRegion
impl Copy for AsiaRegion
impl Eq for AsiaRegion
impl StructuralPartialEq for AsiaRegion
Auto Trait Implementations§
impl Freeze for AsiaRegion
impl RefUnwindSafe for AsiaRegion
impl Send for AsiaRegion
impl Sync for AsiaRegion
impl Unpin for AsiaRegion
impl UnwindSafe for AsiaRegion
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more