Struct xmpp_parsers::reactions::Reaction
source · pub struct Reaction {
pub emoji: <Text as Codec>::Decoded,
}
Expand description
One emoji reaction.
Fields§
§emoji: <Text as Codec>::Decoded
The text of this reaction.
Trait Implementations§
source§impl PartialEq for Reaction
impl PartialEq for Reaction
impl StructuralPartialEq for Reaction
Auto Trait Implementations§
impl Freeze for Reaction
impl RefUnwindSafe for Reaction
impl Send for Reaction
impl Sync for Reaction
impl Unpin for Reaction
impl UnwindSafe for Reaction
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