Enum rtdlib::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)
Tuple Fields
Loads an asynchronous or a zoomed in statistical graph
Async(StatisticalGraphAsync)
Tuple Fields
The graph data to be asynchronously loaded through getStatisticalGraph
Data(StatisticalGraphData)
Tuple Fields
A graph data
Error(StatisticalGraphError)
Tuple Fields
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<StatisticalGraph, D::Error> where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<StatisticalGraph, D::Error> where
D: Deserializer<'de>,
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
