[][src]Struct narwhalol::constants::region::Region

pub struct Region(_);

Methods

impl Region[src]

pub const BR: Region[src]

Brazil

pub const EUNE: Region[src]

Europe North East

pub const EUW: Region[src]

Europe West

pub const JP: Region[src]

Japan

pub const KR: Region[src]

Korea

pub const LAN: Region[src]

Latin America North

pub const LAS: Region[src]

Latin America South

pub const NA: Region[src]

North America

pub const OCE: Region[src]

Oceania

pub const TR: Region[src]

Turkey

pub const RU: Region[src]

Russia

pub const PBE: Region[src]

Public Beta Environment

pub fn as_str(&self) -> &str[src]

String representation of Region

pub fn as_platform_str(&self) -> &str[src]

Platform string to make requests

Trait Implementations

impl Eq for Region[src]

impl Default for Region[src]

impl Clone for Region[src]

impl PartialEq<Region> for Region[src]

impl AsRef<str> for Region[src]

impl Hash for Region[src]

impl Debug for Region[src]

Auto Trait Implementations

impl Send for Region

impl Unpin for Region

impl Sync for Region

impl UnwindSafe for Region

impl RefUnwindSafe for Region

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]