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