Enum serenity::model::guild::Region [−][src]
#[non_exhaustive]
pub enum Region {
Show 18 variants
Amsterdam,
Brazil,
EuCentral,
EuWest,
Frankfurt,
HongKong,
Japan,
London,
Russia,
Singapore,
Sydney,
UsCentral,
UsEast,
UsSouth,
UsWest,
VipAmsterdam,
VipUsEast,
VipUsWest,
}
Regions are now set per voice channel instead of globally.
Expand description
The name of a region that a voice server can be located in.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Amsterdam
Regions are now set per voice channel instead of globally.
Brazil
Regions are now set per voice channel instead of globally.
EuCentral
Regions are now set per voice channel instead of globally.
EuWest
Regions are now set per voice channel instead of globally.
Frankfurt
Regions are now set per voice channel instead of globally.
HongKong
Regions are now set per voice channel instead of globally.
Japan
Regions are now set per voice channel instead of globally.
London
Regions are now set per voice channel instead of globally.
Russia
Regions are now set per voice channel instead of globally.
Singapore
Regions are now set per voice channel instead of globally.
Sydney
Regions are now set per voice channel instead of globally.
UsCentral
Regions are now set per voice channel instead of globally.
UsEast
Regions are now set per voice channel instead of globally.
UsSouth
Regions are now set per voice channel instead of globally.
UsWest
Regions are now set per voice channel instead of globally.
VipAmsterdam
Regions are now set per voice channel instead of globally.
VipUsEast
Regions are now set per voice channel instead of globally.
VipUsWest
Regions are now set per voice channel instead of globally.
Implementations
Trait Implementations
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
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Region
impl UnwindSafe for Region
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more