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

pub struct VoiceSessionDescription {
    pub mode: String,
    pub secret_key: Vec<u8>,
}

Fields

Trait Implementations

impl Clone for VoiceSessionDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VoiceSessionDescription
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations