Enum rust_tdlib::types::StatisticalGraph [−][src]
pub enum StatisticalGraph { GetStatisticalGraph(GetStatisticalGraph), Async(StatisticalGraphAsync), Data(StatisticalGraphData), Error(StatisticalGraphError), // some variants omitted }
Expand description
Describes a statistical graph
Variants
GetStatisticalGraph(GetStatisticalGraph)
Loads an asynchronous or a zoomed in statistical graph
Async(StatisticalGraphAsync)
The graph data to be asynchronously loaded through getStatisticalGraph
Data(StatisticalGraphData)
A graph data
Error(StatisticalGraphError)
An error message to be shown to the user instead of the graph
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 StatisticalGraph
impl Send for StatisticalGraph
impl Sync for StatisticalGraph
impl Unpin for StatisticalGraph
impl UnwindSafe for StatisticalGraph
Blanket Implementations
Mutably borrows from an owned value. Read more