pub struct UserStatusLastWeek {
pub by_me: bool,
}Expand description
Generated from the following TL definition:
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§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 = 1410997530
const CONSTRUCTOR_ID: u32 = 1410997530
The unique identifier for the type.
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
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