pub struct LoadAsyncGraph {
pub token: String,
pub x: Option<i64>,
}Expand description
Generated from:
stats.loadAsyncGraph#621d5fa0 flags:# token:string x:flags.0?long = StatsGraphFields§
§token: String§x: Option<i64>Trait Implementations§
Source§impl Clone for LoadAsyncGraph
impl Clone for LoadAsyncGraph
Source§fn clone(&self) -> LoadAsyncGraph
fn clone(&self) -> LoadAsyncGraph
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 LoadAsyncGraph
impl Debug for LoadAsyncGraph
Source§impl Identifiable for LoadAsyncGraph
impl Identifiable for LoadAsyncGraph
Source§const CONSTRUCTOR_ID: u32 = 0x621d5fa0
const CONSTRUCTOR_ID: u32 = 0x621d5fa0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for LoadAsyncGraph
impl PartialEq for LoadAsyncGraph
Source§impl RemoteCall for LoadAsyncGraph
impl RemoteCall for LoadAsyncGraph
Source§type Return = StatsGraph
type Return = StatsGraph
The deserialized response type.
Source§impl Serializable for LoadAsyncGraph
impl Serializable for LoadAsyncGraph
impl StructuralPartialEq for LoadAsyncGraph
Auto Trait Implementations§
impl Freeze for LoadAsyncGraph
impl RefUnwindSafe for LoadAsyncGraph
impl Send for LoadAsyncGraph
impl Sync for LoadAsyncGraph
impl Unpin for LoadAsyncGraph
impl UnsafeUnpin for LoadAsyncGraph
impl UnwindSafe for LoadAsyncGraph
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