Struct serenity::model::event::GuildUnavailableEvent
[−]
[src]
pub struct GuildUnavailableEvent {
pub guild_id: GuildId,
}Fields
guild_id: GuildId
Trait Implementations
impl Clone for GuildUnavailableEvent[src]
fn clone(&self) -> GuildUnavailableEvent[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more