Struct discord::model::VoiceState [] [src]

pub struct VoiceState {
    pub user_id: UserId,
    pub channel_id: Option<ChannelId>,
    pub session_id: String,
    pub token: Option<String>,
    pub suppress: bool,
    pub self_mute: bool,
    pub self_deaf: bool,
    pub mute: bool,
    pub deaf: bool,
}

A member's state within a voice channel

Fields

Methods

impl VoiceState
[src]

Trait Implementations

impl Debug for VoiceState
[src]

Formats the value using the given formatter.

impl Clone for VoiceState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more