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
Source§impl Serialize for StatisticalGraphAsync
impl Serialize for StatisticalGraphAsync
impl TDStatisticalGraph for StatisticalGraphAsync
Auto Trait Implementations§
impl Freeze for StatisticalGraphAsync
impl RefUnwindSafe for StatisticalGraphAsync
impl Send for StatisticalGraphAsync
impl Sync for StatisticalGraphAsync
impl Unpin for StatisticalGraphAsync
impl UnwindSafe for StatisticalGraphAsync
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more