Struct serenity::model::GuildUnavailable
[−]
[src]
pub struct GuildUnavailable {
pub id: GuildId,
pub unavailable: bool,
}Data for an unavailable guild.
Fields
id: GuildId
The Id of the Guild that is unavailable.
Indicator of whether the guild is unavailable.
This should always be true.
Trait Implementations
impl Clone for GuildUnavailable[src]
fn clone(&self) -> GuildUnavailable[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