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