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

pub struct VoiceHeartbeat {
    pub heartbeat_interval: u64,
}

Fields

Trait Implementations

impl Clone for VoiceHeartbeat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VoiceHeartbeat
[src]

impl Debug for VoiceHeartbeat
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations