pub struct StatsGraphAsync {
pub token: String,
}Expand description
Generated from the following TL definition:
statsGraphAsync#4a27eb2d token:string = StatsGraphFields§
§token: StringTrait Implementations§
Source§impl Clone for StatsGraphAsync
impl Clone for StatsGraphAsync
Source§fn clone(&self) -> StatsGraphAsync
fn clone(&self) -> StatsGraphAsync
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 StatsGraphAsync
impl Debug for StatsGraphAsync
Source§impl Deserializable for StatsGraphAsync
impl Deserializable for StatsGraphAsync
Source§impl From<StatsGraphAsync> for StatsGraph
impl From<StatsGraphAsync> for StatsGraph
Source§fn from(x: StatsGraphAsync) -> Self
fn from(x: StatsGraphAsync) -> Self
Converts to this type from the input type.
Source§impl Identifiable for StatsGraphAsync
impl Identifiable for StatsGraphAsync
Source§const CONSTRUCTOR_ID: u32 = 1244130093
const CONSTRUCTOR_ID: u32 = 1244130093
The unique identifier for the type.
Source§impl PartialEq for StatsGraphAsync
impl PartialEq for StatsGraphAsync
Source§impl Serializable for StatsGraphAsync
impl Serializable for StatsGraphAsync
Source§impl TryFrom<StatsGraph> for StatsGraphAsync
impl TryFrom<StatsGraph> for StatsGraphAsync
impl StructuralPartialEq for StatsGraphAsync
Auto Trait Implementations§
impl Freeze for StatsGraphAsync
impl RefUnwindSafe for StatsGraphAsync
impl Send for StatsGraphAsync
impl Sync for StatsGraphAsync
impl Unpin for StatsGraphAsync
impl UnsafeUnpin for StatsGraphAsync
impl UnwindSafe for StatsGraphAsync
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