pub struct RichTextElementEmoji {
pub name: String,
}Expand description
The following are the properties of the emoji object type in the elements array.
Fields§
§name: StringThe name of the emoji; i.e. “wave” or “wave::skin-tone-2”.
Trait Implementations§
Source§impl Clone for RichTextElementEmoji
impl Clone for RichTextElementEmoji
Source§fn clone(&self) -> RichTextElementEmoji
fn clone(&self) -> RichTextElementEmoji
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RichTextElementEmoji
impl Debug for RichTextElementEmoji
Auto Trait Implementations§
impl Freeze for RichTextElementEmoji
impl RefUnwindSafe for RichTextElementEmoji
impl Send for RichTextElementEmoji
impl Sync for RichTextElementEmoji
impl Unpin for RichTextElementEmoji
impl UnwindSafe for RichTextElementEmoji
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