Struct rust_tdlib::types::StatisticalGraphAsync
source · pub struct StatisticalGraphAsync { /* private fields */ }
Expand description
The graph data to be asynchronously loaded through getStatisticalGraph
Implementations§
Trait Implementations§
source§impl AsRef<StatisticalGraphAsync> for StatisticalGraphAsync
impl AsRef<StatisticalGraphAsync> for StatisticalGraphAsync
source§fn as_ref(&self) -> &StatisticalGraphAsync
fn as_ref(&self) -> &StatisticalGraphAsync
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for StatisticalGraphAsync
impl Clone for StatisticalGraphAsync
source§fn clone(&self) -> StatisticalGraphAsync
fn clone(&self) -> StatisticalGraphAsync
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 StatisticalGraphAsync
impl Debug for StatisticalGraphAsync
source§impl Default for StatisticalGraphAsync
impl Default for StatisticalGraphAsync
source§fn default() -> StatisticalGraphAsync
fn default() -> StatisticalGraphAsync
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StatisticalGraphAsync
impl<'de> Deserialize<'de> for StatisticalGraphAsync
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