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

pub struct GuildRoleDeleteEvent {
    pub guild_id: GuildId,
    pub role_id: RoleId,
}

Fields

Trait Implementations

impl Clone for GuildRoleDeleteEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GuildRoleDeleteEvent
[src]

[src]

Formats the value using the given formatter.