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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VoiceSessionDescription
[src]

[src]

Formats the value using the given formatter.