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