Enum rust_tdlib::types::NetworkStatisticsEntry  [−][src]
pub enum NetworkStatisticsEntry {
    Call(NetworkStatisticsEntryCall),
    File(NetworkStatisticsEntryFile),
    // some variants omitted
}Expand description
Contains statistics about network usage
Variants
Contains information about the total amount of data that was used for calls
Contains information about the total amount of data that was used to send and receive files
Implementations
Trait Implementations
Performs the conversion.
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 NetworkStatisticsEntryimpl Send for NetworkStatisticsEntryimpl Sync for NetworkStatisticsEntryimpl Unpin for NetworkStatisticsEntryimpl UnwindSafe for NetworkStatisticsEntryBlanket Implementations
Mutably borrows from an owned value. Read more