Struct tdlib::types::DatabaseStatistics
source · pub struct DatabaseStatistics {
pub statistics: String,
}
Expand description
Contains database statistics
Fields§
§statistics: String
Database statistics in an unspecified human-readable format
Trait Implementations§
source§impl Clone for DatabaseStatistics
impl Clone for DatabaseStatistics
source§fn clone(&self) -> DatabaseStatistics
fn clone(&self) -> DatabaseStatistics
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 DatabaseStatistics
impl Debug for DatabaseStatistics
source§impl Default for DatabaseStatistics
impl Default for DatabaseStatistics
source§fn default() -> DatabaseStatistics
fn default() -> DatabaseStatistics
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DatabaseStatistics
impl<'de> Deserialize<'de> for DatabaseStatistics
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