Enum playit_agent_core::api::ip_resource::PlayitRegion
source · #[repr(u16)]pub enum PlayitRegion {
Anycast = 0,
Global = 1,
NorthAmerica = 2,
Europe = 3,
Asia = 4,
India = 5,
SouthAmerica = 6,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for PlayitRegion
impl Clone for PlayitRegion
source§fn clone(&self) -> PlayitRegion
fn clone(&self) -> PlayitRegion
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 PlayitRegion
impl Debug for PlayitRegion
source§impl Ord for PlayitRegion
impl Ord for PlayitRegion
source§fn cmp(&self, other: &PlayitRegion) -> Ordering
fn cmp(&self, other: &PlayitRegion) -> 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 PlayitRegion
impl PartialEq for PlayitRegion
source§impl PartialOrd for PlayitRegion
impl PartialOrd for PlayitRegion
impl Copy for PlayitRegion
impl Eq for PlayitRegion
impl StructuralPartialEq for PlayitRegion
Auto Trait Implementations§
impl Freeze for PlayitRegion
impl RefUnwindSafe for PlayitRegion
impl Send for PlayitRegion
impl Sync for PlayitRegion
impl Unpin for PlayitRegion
impl UnwindSafe for PlayitRegion
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.