pub enum Region {
Show 25 variants
AR,
US,
GB,
AU,
BE,
BZ,
CA,
CL,
CN,
CO,
EG,
ES,
HK,
IE,
IN,
JM,
MO,
MX,
NZ,
PE,
PH,
TT,
TW,
VE,
ZA,
}Expand description
Supported regions for locale-specific behavior.
Variants§
AR
US
United States
GB
United Kingdom
AU
Australia
BE
BZ
CA
Canada
CL
CN
CO
EG
ES
HK
IE
IN
India
JM
MO
MX
NZ
PE
PH
TT
TW
VE
ZA
Implementations§
Trait Implementations§
impl Copy for Region
impl Eq for Region
impl StructuralPartialEq for Region
Auto Trait Implementations§
impl Freeze for Region
impl RefUnwindSafe for Region
impl Send for Region
impl Sync for Region
impl Unpin for Region
impl UnsafeUnpin for Region
impl UnwindSafe for Region
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