pub struct StatsGraph {
pub json: DataJson,
pub zoom_token: Option<String>,
}Expand description
Generated from the following TL definition:
statsGraph#8ea464b6 flags:# json:DataJSON zoom_token:flags.0?string = StatsGraphFields§
§json: DataJson§zoom_token: Option<String>Trait Implementations§
Source§impl Clone for StatsGraph
impl Clone for StatsGraph
Source§fn clone(&self) -> StatsGraph
fn clone(&self) -> StatsGraph
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 StatsGraph
impl Debug for StatsGraph
Source§impl Deserializable for StatsGraph
impl Deserializable for StatsGraph
Source§impl From<StatsGraph> for StatsGraph
impl From<StatsGraph> for StatsGraph
Source§fn from(x: StatsGraph) -> Self
fn from(x: StatsGraph) -> Self
Converts to this type from the input type.
Source§impl Identifiable for StatsGraph
impl Identifiable for StatsGraph
Source§const CONSTRUCTOR_ID: u32 = 2393138358
const CONSTRUCTOR_ID: u32 = 2393138358
The unique identifier for the type.
Source§impl PartialEq for StatsGraph
impl PartialEq for StatsGraph
Source§impl Serializable for StatsGraph
impl Serializable for StatsGraph
Source§impl TryFrom<StatsGraph> for StatsGraph
impl TryFrom<StatsGraph> for StatsGraph
impl StructuralPartialEq for StatsGraph
Auto Trait Implementations§
impl Freeze for StatsGraph
impl RefUnwindSafe for StatsGraph
impl Send for StatsGraph
impl Sync for StatsGraph
impl Unpin for StatsGraph
impl UnsafeUnpin for StatsGraph
impl UnwindSafe for StatsGraph
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