pub struct StatisticalGraphAsync {
pub token: String,
}
Expand description
The graph data to be asynchronously loaded through getStatisticalGraph
Fields§
§token: String
The token to use for data loading
Trait Implementations§
Source§impl Clone for StatisticalGraphAsync
impl Clone for StatisticalGraphAsync
Source§fn clone(&self) -> StatisticalGraphAsync
fn clone(&self) -> StatisticalGraphAsync
Returns a duplicate 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 PartialEq for StatisticalGraphAsync
impl PartialEq for StatisticalGraphAsync
Source§impl Serialize for StatisticalGraphAsync
impl Serialize for StatisticalGraphAsync
impl StructuralPartialEq 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