pub struct UserStatusLastMonth {
pub by_me: bool,
}Expand description
Generated from:
userStatusLastMonth#65899777 flags:# by_me:flags.0?true = UserStatusFields§
§by_me: boolTrait Implementations§
Source§impl Clone for UserStatusLastMonth
impl Clone for UserStatusLastMonth
Source§fn clone(&self) -> UserStatusLastMonth
fn clone(&self) -> UserStatusLastMonth
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 UserStatusLastMonth
impl Debug for UserStatusLastMonth
Source§impl Deserializable for UserStatusLastMonth
impl Deserializable for UserStatusLastMonth
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<UserStatusLastMonth> for UserStatus
impl From<UserStatusLastMonth> for UserStatus
Source§fn from(x: UserStatusLastMonth) -> Self
fn from(x: UserStatusLastMonth) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UserStatusLastMonth
impl Identifiable for UserStatusLastMonth
Source§const CONSTRUCTOR_ID: u32 = 0x65899777
const CONSTRUCTOR_ID: u32 = 0x65899777
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UserStatusLastMonth
impl PartialEq for UserStatusLastMonth
Source§impl Serializable for UserStatusLastMonth
impl Serializable for UserStatusLastMonth
Source§impl TryFrom<UserStatus> for UserStatusLastMonth
impl TryFrom<UserStatus> for UserStatusLastMonth
Source§type Error = UserStatus
type Error = UserStatus
The type returned in the event of a conversion error.
impl StructuralPartialEq for UserStatusLastMonth
Auto Trait Implementations§
impl Freeze for UserStatusLastMonth
impl RefUnwindSafe for UserStatusLastMonth
impl Send for UserStatusLastMonth
impl Sync for UserStatusLastMonth
impl Unpin for UserStatusLastMonth
impl UnsafeUnpin for UserStatusLastMonth
impl UnwindSafe for UserStatusLastMonth
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