Struct rust_tdlib::types::GetMessageStatistics [−][src]
pub struct GetMessageStatistics { /* fields omitted */ }Expand description
Returns detailed statistics about a message. Can be used only if Message.can_get_statistics == true
Implementations
Trait Implementations
Performs the conversion.
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetMessageStatisticsimpl Send for GetMessageStatisticsimpl Sync for GetMessageStatisticsimpl Unpin for GetMessageStatisticsimpl UnwindSafe for GetMessageStatisticsBlanket Implementations
Mutably borrows from an owned value. Read more