Struct twilight_cache_inmemory::model::CachedSticker [−][src]
pub struct CachedSticker { /* fields omitted */ }Expand description
Representation of a cached Sticker.
Implementations
Description of the sticker.
Format type.
Kind of sticker.
Unique ID of the pack the sticker is in.
Sticker’s sort order within a pack.
CSV list of tags the sticker is assigned to, if any.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CachedSticker
impl Send for CachedSticker
impl Sync for CachedSticker
impl Unpin for CachedSticker
impl UnwindSafe for CachedSticker
Blanket Implementations
Mutably borrows from an owned value. Read more
