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

pub struct VoiceStateUpdateEvent {
    pub guild_id: Option<GuildId>,
    pub voice_state: VoiceState,
}

Fields

Trait Implementations

impl Clone for VoiceStateUpdateEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VoiceStateUpdateEvent
[src]

Formats the value using the given formatter.