#[non_exhaustive]pub struct StickerPackMarker;
Expand description
Marker for sticker pack IDs.
Types such as Sticker
or StickerPack
use this ID marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StickerPackMarker
impl RefUnwindSafe for StickerPackMarker
impl Send for StickerPackMarker
impl Sync for StickerPackMarker
impl Unpin for StickerPackMarker
impl UnwindSafe for StickerPackMarker
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