pub struct DefaultCacheModels;
Trait Implementations§
Source§impl CacheableModels for DefaultCacheModels
impl CacheableModels for DefaultCacheModels
Source§type CurrentUser = CurrentUser
type CurrentUser = CurrentUser
The cached
CurrentUser
model representation.Source§type Emoji = CachedEmoji
type Emoji = CachedEmoji
The cached
Emoji
model representation.Source§type Guild = CachedGuild
type Guild = CachedGuild
The cached
Guild
model representation.Source§type GuildIntegration = GuildIntegration
type GuildIntegration = GuildIntegration
The cached
GuildIntegration
model representation.Source§type Member = CachedMember
type Member = CachedMember
The cached
Member
model representation.Source§type Message = CachedMessage
type Message = CachedMessage
The cached
Message
model representation.Source§type Presence = CachedPresence
type Presence = CachedPresence
The cached
Presence
model representation.Source§type StageInstance = StageInstance
type StageInstance = StageInstance
The cached
StageInstance
model representation.Source§type Sticker = CachedSticker
type Sticker = CachedSticker
The cached
Sticker
model representation.Source§type VoiceState = CachedVoiceState
type VoiceState = CachedVoiceState
The cached
VoiceState
model representation.Source§type GuildScheduledEvent = GuildScheduledEvent
type GuildScheduledEvent = GuildScheduledEvent
The cached [
GuildScheduledEvent
model representation.Source§impl Clone for DefaultCacheModels
impl Clone for DefaultCacheModels
Source§fn clone(&self) -> DefaultCacheModels
fn clone(&self) -> DefaultCacheModels
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for DefaultCacheModels
impl RefUnwindSafe for DefaultCacheModels
impl Send for DefaultCacheModels
impl Sync for DefaultCacheModels
impl Unpin for DefaultCacheModels
impl UnwindSafe for DefaultCacheModels
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more