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
channel_id: Option<ChannelId>
endpoint: Option<String>
guild_id: Option<GuildId>
token: String
Trait Implementations
impl Clone for VoiceServerUpdateEvent[src]
fn clone(&self) -> VoiceServerUpdateEvent[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more