Struct rust_tdlib::types::StatisticalGraphAsync
source · [−]pub struct StatisticalGraphAsync { /* private fields */ }Expand description
The graph data to be asynchronously loaded through getStatisticalGraph
Implementations
Trait Implementations
sourceimpl AsRef<StatisticalGraphAsync> for StatisticalGraphAsync
impl AsRef<StatisticalGraphAsync> for StatisticalGraphAsync
sourcefn as_ref(&self) -> &StatisticalGraphAsync
fn as_ref(&self) -> &StatisticalGraphAsync
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for StatisticalGraphAsync
impl Clone for StatisticalGraphAsync
sourcefn clone(&self) -> StatisticalGraphAsync
fn clone(&self) -> StatisticalGraphAsync
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for StatisticalGraphAsync
impl Debug for StatisticalGraphAsync
sourceimpl Default for StatisticalGraphAsync
impl Default for StatisticalGraphAsync
sourcefn default() -> StatisticalGraphAsync
fn default() -> StatisticalGraphAsync
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for StatisticalGraphAsync
impl<'de> Deserialize<'de> for StatisticalGraphAsync
sourcefn 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
sourceimpl Serialize for StatisticalGraphAsync
impl Serialize for StatisticalGraphAsync
impl TDStatisticalGraph for StatisticalGraphAsync
Auto Trait Implementations
impl RefUnwindSafe for StatisticalGraphAsync
impl Send for StatisticalGraphAsync
impl Sync for StatisticalGraphAsync
impl Unpin for StatisticalGraphAsync
impl UnwindSafe for StatisticalGraphAsync
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more