Struct twilight_model::id::marker::StickerPackMarker
source · [−]#[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 RefUnwindSafe for StickerPackMarker
impl Send for StickerPackMarker
impl Sync for StickerPackMarker
impl Unpin for StickerPackMarker
impl UnwindSafe for StickerPackMarker
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more