pub struct ReactionCountDetails {
pub burst: u64,
pub normal: u64,
}
Expand description
Breakdown of normal and super reaction counts for the associated emoji.
Fields§
§burst: u64
Count of super reactions.
normal: u64
Count of normal reactions.
Trait Implementations§
source§impl Clone for ReactionCountDetails
impl Clone for ReactionCountDetails
source§fn clone(&self) -> ReactionCountDetails
fn clone(&self) -> ReactionCountDetails
Returns a copy 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 ReactionCountDetails
impl Debug for ReactionCountDetails
source§impl<'de> Deserialize<'de> for ReactionCountDetails
impl<'de> Deserialize<'de> for ReactionCountDetails
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 Hash for ReactionCountDetails
impl Hash for ReactionCountDetails
source§impl PartialEq for ReactionCountDetails
impl PartialEq for ReactionCountDetails
source§impl Serialize for ReactionCountDetails
impl Serialize for ReactionCountDetails
impl Eq for ReactionCountDetails
impl StructuralPartialEq for ReactionCountDetails
Auto Trait Implementations§
impl Freeze for ReactionCountDetails
impl RefUnwindSafe for ReactionCountDetails
impl Send for ReactionCountDetails
impl Sync for ReactionCountDetails
impl Unpin for ReactionCountDetails
impl UnwindSafe for ReactionCountDetails
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)