#[repr(i32)]pub enum ERegionCode {
USEast = 0,
USWest = 1,
SouthAmerica = 2,
Europe = 3,
Asia = 4,
Australia = 5,
MiddleEast = 6,
Africa = 7,
World = 255,
}Variants§
USEast = 0
USWest = 1
SouthAmerica = 2
Europe = 3
Asia = 4
Australia = 5
MiddleEast = 6
Africa = 7
World = 255
Implementations§
Trait Implementations§
Source§impl Clone for ERegionCode
impl Clone for ERegionCode
Source§fn clone(&self) -> ERegionCode
fn clone(&self) -> ERegionCode
Returns a duplicate 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 ERegionCode
impl Debug for ERegionCode
Source§impl Hash for ERegionCode
impl Hash for ERegionCode
Source§impl PartialEq for ERegionCode
impl PartialEq for ERegionCode
impl Copy for ERegionCode
impl Eq for ERegionCode
impl StructuralPartialEq for ERegionCode
Auto Trait Implementations§
impl Freeze for ERegionCode
impl RefUnwindSafe for ERegionCode
impl Send for ERegionCode
impl Sync for ERegionCode
impl Unpin for ERegionCode
impl UnsafeUnpin for ERegionCode
impl UnwindSafe for ERegionCode
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