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

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

Fields

Trait Implementations

impl Clone for GuildBanAddEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GuildBanAddEvent
[src]

[src]

Formats the value using the given formatter.