pub enum PlatformRouting {
Show 16 variants
BR1,
EUN1,
EUW1,
JP1,
KR,
LA1,
LA2,
NA1,
OC1,
TR1,
RU,
PH2,
SG2,
TH2,
TW2,
VN2,
}Variants§
Trait Implementations§
Source§impl Clone for PlatformRouting
impl Clone for PlatformRouting
Source§fn clone(&self) -> PlatformRouting
fn clone(&self) -> PlatformRouting
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 PlatformRouting
impl Debug for PlatformRouting
Source§impl<'de> Deserialize<'de> for PlatformRouting
impl<'de> Deserialize<'de> for PlatformRouting
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for PlatformRouting
impl Display for PlatformRouting
Source§impl<'l> Into<&'l str> for PlatformRouting
impl<'l> Into<&'l str> for PlatformRouting
Source§impl Into<String> for PlatformRouting
impl Into<String> for PlatformRouting
Source§impl Ord for PlatformRouting
impl Ord for PlatformRouting
Source§fn cmp(&self, other: &PlatformRouting) -> Ordering
fn cmp(&self, other: &PlatformRouting) -> 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 PlatformRouting
impl PartialEq for PlatformRouting
Source§impl PartialOrd for PlatformRouting
impl PartialOrd for PlatformRouting
Source§impl TryFrom<&str> for PlatformRouting
impl TryFrom<&str> for PlatformRouting
Source§impl TryFrom<String> for PlatformRouting
impl TryFrom<String> for PlatformRouting
impl Copy for PlatformRouting
impl Eq for PlatformRouting
impl StructuralPartialEq for PlatformRouting
Auto Trait Implementations§
impl Freeze for PlatformRouting
impl RefUnwindSafe for PlatformRouting
impl Send for PlatformRouting
impl Sync for PlatformRouting
impl Unpin for PlatformRouting
impl UnwindSafe for PlatformRouting
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§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.