Struct discord::model::VoiceRegion [] [src]

pub struct VoiceRegion {
    pub id: String,
    pub name: String,
    pub sample_hostname: String,
    pub sample_port: u16,
    pub optimal: bool,
    pub vip: bool,
}

Information about an available voice region

Fields

Methods

impl VoiceRegion
[src]

Trait Implementations

impl Debug for VoiceRegion
[src]

Formats the value using the given formatter.

impl Clone for VoiceRegion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more