[][src]Enum discord_game_sdk::Distance

pub enum Distance {
    Local,
    Default,
    Extended,
    Global,
}

Lobby Search Max Distance

Enum in official docs

Variants

Local

Within the same region

Default

Within the same and adjacent regions

Extended

Far distances, like US to EU

Global

All regions

Trait Implementations

impl Clone for Distance[src]

impl Copy for Distance[src]

impl Debug for Distance[src]

impl Eq for Distance[src]

impl Hash for Distance[src]

impl Into<u32> for Distance[src]

impl PartialEq<Distance> for Distance[src]

impl StructuralEq for Distance[src]

impl StructuralPartialEq for Distance[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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, 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.