Struct serenity::model::GuildUnavailable [] [src]

pub struct GuildUnavailable {
    pub id: GuildId,
    pub unavailable: bool,
}

Data for an unavailable guild.

Fields

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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GuildUnavailable
[src]

impl Debug for GuildUnavailable
[src]

[src]

Formats the value using the given formatter.