pub struct StatsGraphAsync {
pub token: String,
}Expand description
Fields§
§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§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
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 = 0x4a27eb2d
const CONSTRUCTOR_ID: u32 = 0x4a27eb2d
The constructor ID as specified in the TL schema.
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
Source§type Error = StatsGraph
type Error = StatsGraph
The type returned in the event of a conversion error.
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