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

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

Fields

Trait Implementations

impl Clone for GuildMemberRemoveEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GuildMemberRemoveEvent
[src]

Formats the value using the given formatter. Read more

impl CacheUpdate for GuildMemberRemoveEvent
[src]

The return type of an update. Read more

Updates the cache with the implementation.

Auto Trait Implementations