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

pub struct GuildUpdateEvent {
    pub guild: PartialGuild,
}

Fields

Trait Implementations

impl Clone for GuildUpdateEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GuildUpdateEvent
[src]

Formats the value using the given formatter.

impl<'de> Deserialize<'de> for GuildUpdateEvent
[src]

Deserialize this value from the given Serde deserializer. Read more