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

pub struct GuildMemberAddEvent {
    pub guild_id: GuildId,
    pub member: Member,
}

Fields

Trait Implementations

impl Clone for GuildMemberAddEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GuildMemberAddEvent
[src]

Formats the value using the given formatter.