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

pub struct GuildEmojisUpdateEvent {
    pub emojis: HashMap<EmojiId, Emoji>,
    pub guild_id: GuildId,
}

Fields

Trait Implementations

impl Clone for GuildEmojisUpdateEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GuildEmojisUpdateEvent
[src]

Formats the value using the given formatter. Read more

impl CacheUpdate for GuildEmojisUpdateEvent
[src]

The return type of an update. Read more

Updates the cache with the implementation.

Auto Trait Implementations