pub struct StatsGroupTopPoster {
pub user_id: i64,
pub messages: i32,
pub avg_chars: i32,
}Expand description
Generated from:
statsGroupTopPoster#9d04af9b user_id:long messages:int avg_chars:int = StatsGroupTopPosterFields§
§user_id: i64§messages: i32§avg_chars: i32Trait Implementations§
Source§impl Clone for StatsGroupTopPoster
impl Clone for StatsGroupTopPoster
Source§fn clone(&self) -> StatsGroupTopPoster
fn clone(&self) -> StatsGroupTopPoster
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 StatsGroupTopPoster
impl Debug for StatsGroupTopPoster
Source§impl Deserializable for StatsGroupTopPoster
impl Deserializable for StatsGroupTopPoster
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<StatsGroupTopPoster> for StatsGroupTopPoster
impl From<StatsGroupTopPoster> for StatsGroupTopPoster
Source§fn from(x: StatsGroupTopPoster) -> Self
fn from(x: StatsGroupTopPoster) -> Self
Converts to this type from the input type.
Source§impl Identifiable for StatsGroupTopPoster
impl Identifiable for StatsGroupTopPoster
Source§const CONSTRUCTOR_ID: u32 = 0x9d04af9b
const CONSTRUCTOR_ID: u32 = 0x9d04af9b
The constructor ID as specified in the TL schema.
Source§impl PartialEq for StatsGroupTopPoster
impl PartialEq for StatsGroupTopPoster
Source§impl Serializable for StatsGroupTopPoster
impl Serializable for StatsGroupTopPoster
Source§impl TryFrom<StatsGroupTopPoster> for StatsGroupTopPoster
impl TryFrom<StatsGroupTopPoster> for StatsGroupTopPoster
Source§type Error = StatsGroupTopPoster
type Error = StatsGroupTopPoster
The type returned in the event of a conversion error.
impl StructuralPartialEq for StatsGroupTopPoster
Auto Trait Implementations§
impl Freeze for StatsGroupTopPoster
impl RefUnwindSafe for StatsGroupTopPoster
impl Send for StatsGroupTopPoster
impl Sync for StatsGroupTopPoster
impl Unpin for StatsGroupTopPoster
impl UnsafeUnpin for StatsGroupTopPoster
impl UnwindSafe for StatsGroupTopPoster
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