Struct serenity::model::VoiceRegion [] [src]

pub struct VoiceRegion {
    pub custom: bool,
    pub deprecated: bool,
    pub id: String,
    pub name: String,
    pub optional: bool,
    pub sample_hostname: String,
    pub sample_port: u64,
    pub vip: bool,
}

Information about an available voice region.

Fields

Whether it is a custom voice region, which is used for events.

Whether it is a deprecated voice region, which you should avoid using.

The internal Id of the voice region.

A recognizable name of the location of the voice region.

Whether the voice region is optimal for use by the current user.

an example hostname.

An example port.

Indicator of whether the voice region is only for VIP guilds.

Trait Implementations

impl Clone for VoiceRegion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VoiceRegion
[src]

[src]

Formats the value using the given formatter.