pub struct CIReaction {
pub chat_dir: CIDirection,
pub chat_item: ChatItem,
pub sent_at: UtcTime,
pub reaction: MsgReaction,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§chat_dir: CIDirection§chat_item: ChatItem§sent_at: UtcTime§reaction: MsgReaction§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl Clone for CIReaction
impl Clone for CIReaction
Source§fn clone(&self) -> CIReaction
fn clone(&self) -> CIReaction
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 CIReaction
impl Debug for CIReaction
Source§impl<'de> Deserialize<'de> for CIReaction
impl<'de> Deserialize<'de> for CIReaction
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 CIReaction
impl PartialEq for CIReaction
Source§impl Serialize for CIReaction
impl Serialize for CIReaction
impl StructuralPartialEq for CIReaction
Auto Trait Implementations§
impl Freeze for CIReaction
impl RefUnwindSafe for CIReaction
impl Send for CIReaction
impl Sync for CIReaction
impl Unpin for CIReaction
impl UnwindSafe for CIReaction
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