pub enum Subregion {
+Show 22 variants
NorthernAmerica = 21,
+ CentralAmerica = 13,
+ Caribbean = 29,
+ SouthAmerica = 5,
+ NorthernEurope = 154,
+ WesternEurope = 155,
+ SouthernEurope = 39,
+ EasternEurope = 151,
+ EasternAsia = 30,
+ SouthernAsia = 34,
+ SouthEasternAsia = 35,
+ WesternAsia = 145,
+ CentralAsia = 143,
+ NorthernAfrica = 15,
+ WesternAfrica = 11,
+ MiddleAfrica = 17,
+ EasternAfrica = 14,
+ SouthernAfrica = 18,
+ Melanesia = 54,
+ Micronesia = 57,
+ Polynesia = 61,
+ AustraliaAndNewZealand = 53,
+ }
Expand description
Maps 2 ISO letter country codes to geoscheme regions based on the UN M.49 standard.
+
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
+
Instruments this type with the provided
Span
, returning an
+
Instrumented
wrapper.
Read more
Calls U::from(self)
.
+
That is, this conversion is whatever the implementation of
+From<T> for U
chooses to do.
+
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.