#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PlayitRegion
Source§impl Debug for PlayitRegion
impl Debug for PlayitRegion
impl Eq for PlayitRegion
Source§impl Hash for PlayitRegion
impl Hash 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 (const: unstable) · 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§fn eq(&self, other: &PlayitRegion) -> bool
fn eq(&self, other: &PlayitRegion) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PlayitRegion
impl PartialOrd 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 UnsafeUnpin 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