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