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

pub struct GuildBanAddEvent {
    pub guild_id: GuildId,
    pub user: User,
}

Fields

Trait Implementations

impl Clone for GuildBanAddEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GuildBanAddEvent
[src]

Formats the value using the given formatter.