Struct serenity::model::event::VoiceServerUpdateEvent[][src]

pub struct VoiceServerUpdateEvent {
    pub channel_id: Option<ChannelId>,
    pub endpoint: Option<String>,
    pub guild_id: Option<GuildId>,
    pub token: String,
}

Fields

Trait Implementations

impl Clone for VoiceServerUpdateEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VoiceServerUpdateEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations