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