#[repr(u8)]pub enum Emoji {
None = 0,
Default = 1,
Text = 2,
Color = 3,
}
Expand description
Presentation mode for an emoji cluster.
Variants§
None = 0
Not an emoji.
Default = 1
Emoji with default presentation.
Text = 2
Emoji with text presentation.
Color = 3
Emoji with color presentation.
Trait Implementations§
source§impl Ord for Emoji
impl Ord for Emoji
source§impl PartialOrd for Emoji
impl PartialOrd for Emoji
impl Copy for Emoji
impl Eq for Emoji
impl StructuralPartialEq for Emoji
Auto Trait Implementations§
impl Freeze for Emoji
impl RefUnwindSafe for Emoji
impl Send for Emoji
impl Sync for Emoji
impl Unpin for Emoji
impl UnwindSafe for Emoji
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)