Enum tdlib::enums::StatisticalGraph
source · pub enum StatisticalGraph {
Data(StatisticalGraphData),
Async(StatisticalGraphAsync),
Error(StatisticalGraphError),
}
Variants§
Data(StatisticalGraphData)
A graph data
Async(StatisticalGraphAsync)
The graph data to be asynchronously loaded through getStatisticalGraph
Error(StatisticalGraphError)
An error message to be shown to the user instead of the graph
Trait Implementations§
source§impl Clone for StatisticalGraph
impl Clone for StatisticalGraph
source§fn clone(&self) -> StatisticalGraph
fn clone(&self) -> StatisticalGraph
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 StatisticalGraph
impl Debug for StatisticalGraph
source§impl<'de> Deserialize<'de> for StatisticalGraph
impl<'de> Deserialize<'de> for StatisticalGraph
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