pub struct EmojiNode {
pub value: String,
pub shortcode: Option<String>,
}Fields§
§value: String§shortcode: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for EmojiNode
impl<'de> Deserialize<'de> for EmojiNode
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
impl Eq for EmojiNode
impl StructuralPartialEq for EmojiNode
Auto Trait Implementations§
impl Freeze for EmojiNode
impl RefUnwindSafe for EmojiNode
impl Send for EmojiNode
impl Sync for EmojiNode
impl Unpin for EmojiNode
impl UnsafeUnpin for EmojiNode
impl UnwindSafe for EmojiNode
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