pub enum EmojiKeywords {
EmojiKeywords(EmojiKeywords),
}Variants§
EmojiKeywords(EmojiKeywords)
Represents a list of emoji with their keywords
Trait Implementations§
Source§impl Clone for EmojiKeywords
impl Clone for EmojiKeywords
Source§fn clone(&self) -> EmojiKeywords
fn clone(&self) -> EmojiKeywords
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 EmojiKeywords
impl Debug for EmojiKeywords
Source§impl<'de> Deserialize<'de> for EmojiKeywords
impl<'de> Deserialize<'de> for EmojiKeywords
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EmojiKeywords
impl PartialEq for EmojiKeywords
Source§impl Serialize for EmojiKeywords
impl Serialize for EmojiKeywords
impl StructuralPartialEq for EmojiKeywords
Auto Trait Implementations§
impl Freeze for EmojiKeywords
impl RefUnwindSafe for EmojiKeywords
impl Send for EmojiKeywords
impl Sync for EmojiKeywords
impl Unpin for EmojiKeywords
impl UnwindSafe for EmojiKeywords
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