Struct BasicEmoji
struct BasicEmoji
Characters and character sequences intended for general-purpose, independent, direct input.
See Unicode Technical Standard #51 for more
details.
Example
use EmojiSetData;
use BasicEmoji;
let basic_emoji = ;
assert!;
assert!;
assert!; // U+1F983 TURKEY
assert!;
assert!; // railway track
assert!; // Emoji_Keycap_Sequence, keycap 3
Implementations
impl Debug for BasicEmoji
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl EmojiSet for BasicEmoji
impl Freeze for BasicEmoji
impl RefUnwindSafe for BasicEmoji
impl Send for BasicEmoji
impl Sync for BasicEmoji
impl Unpin for BasicEmoji
impl UnsafeUnpin for BasicEmoji
impl UnwindSafe for BasicEmoji
impl<T> Any for BasicEmoji
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for BasicEmoji
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for BasicEmoji
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for BasicEmoji
impl<T> From for BasicEmoji
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for BasicEmoji
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for BasicEmoji
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for BasicEmoji
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>