[][src]Trait twilight_cache_inmemory::UpdateCache

pub trait UpdateCache {
    pub fn update(&self, cache: &InMemoryCache) { ... }
}

Provided methods

pub fn update(&self, cache: &InMemoryCache)[src]

Loading content...

Implementations on Foreign Types

impl UpdateCache for Event[src]

impl UpdateCache for BanAdd[src]

impl UpdateCache for BanRemove[src]

impl UpdateCache for ChannelCreate[src]

impl UpdateCache for ChannelDelete[src]

impl UpdateCache for ChannelPinsUpdate[src]

impl UpdateCache for ChannelUpdate[src]

impl UpdateCache for GuildCreate[src]

impl UpdateCache for GuildDelete[src]

impl UpdateCache for GuildEmojisUpdate[src]

impl UpdateCache for GuildIntegrationsUpdate[src]

impl UpdateCache for GuildUpdate[src]

impl UpdateCache for MemberAdd[src]

impl UpdateCache for MemberChunk[src]

impl UpdateCache for MemberRemove[src]

impl UpdateCache for MemberUpdate[src]

impl UpdateCache for MessageCreate[src]

impl UpdateCache for MessageDelete[src]

impl UpdateCache for MessageDeleteBulk[src]

impl UpdateCache for MessageUpdate[src]

impl UpdateCache for PresenceUpdate[src]

impl UpdateCache for ReactionAdd[src]

impl UpdateCache for ReactionRemove[src]

impl UpdateCache for ReactionRemoveAll[src]

impl UpdateCache for ReactionRemoveEmoji[src]

impl UpdateCache for Ready[src]

impl UpdateCache for RoleCreate[src]

impl UpdateCache for RoleDelete[src]

impl UpdateCache for RoleUpdate[src]

impl UpdateCache for TypingStart[src]

impl UpdateCache for UnavailableGuild[src]

impl UpdateCache for UserUpdate[src]

impl UpdateCache for VoiceServerUpdate[src]

impl UpdateCache for VoiceStateUpdate[src]

impl UpdateCache for WebhooksUpdate[src]

Loading content...

Implementors

Loading content...