Struct tdlib::types::MessageStatistics
source · pub struct MessageStatistics {
pub message_interaction_graph: StatisticalGraph,
}Expand description
A detailed statistics about a message
Fields§
§message_interaction_graph: StatisticalGraphA graph containing number of message views and shares
Trait Implementations§
source§impl Clone for MessageStatistics
impl Clone for MessageStatistics
source§fn clone(&self) -> MessageStatistics
fn clone(&self) -> MessageStatistics
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 MessageStatistics
impl Debug for MessageStatistics
source§impl<'de> Deserialize<'de> for MessageStatistics
impl<'de> Deserialize<'de> for MessageStatistics
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<MessageStatistics> for MessageStatistics
impl PartialEq<MessageStatistics> for MessageStatistics
source§fn eq(&self, other: &MessageStatistics) -> bool
fn eq(&self, other: &MessageStatistics) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MessageStatistics
impl Serialize for MessageStatistics
impl StructuralPartialEq for MessageStatistics
Auto Trait Implementations§
impl RefUnwindSafe for MessageStatistics
impl Send for MessageStatistics
impl Sync for MessageStatistics
impl Unpin for MessageStatistics
impl UnwindSafe for MessageStatistics
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