pub struct UserStatusEmpty {}Expand description
Generated from the following TL definition:
userStatusEmpty#9d05049 = UserStatusTrait Implementations§
Source§impl Clone for UserStatusEmpty
impl Clone for UserStatusEmpty
Source§fn clone(&self) -> UserStatusEmpty
fn clone(&self) -> UserStatusEmpty
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 UserStatusEmpty
impl Debug for UserStatusEmpty
Source§impl Deserializable for UserStatusEmpty
impl Deserializable for UserStatusEmpty
Source§impl From<UserStatusEmpty> for UserStatus
impl From<UserStatusEmpty> for UserStatus
Source§fn from(_x: UserStatusEmpty) -> Self
fn from(_x: UserStatusEmpty) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UserStatusEmpty
impl Identifiable for UserStatusEmpty
Source§const CONSTRUCTOR_ID: u32 = 164646985
const CONSTRUCTOR_ID: u32 = 164646985
The unique identifier for the type.
Source§impl PartialEq for UserStatusEmpty
impl PartialEq for UserStatusEmpty
Source§impl Serializable for UserStatusEmpty
impl Serializable for UserStatusEmpty
Source§impl TryFrom<UserStatus> for UserStatusEmpty
impl TryFrom<UserStatus> for UserStatusEmpty
impl StructuralPartialEq for UserStatusEmpty
Auto Trait Implementations§
impl Freeze for UserStatusEmpty
impl RefUnwindSafe for UserStatusEmpty
impl Send for UserStatusEmpty
impl Sync for UserStatusEmpty
impl Unpin for UserStatusEmpty
impl UnsafeUnpin for UserStatusEmpty
impl UnwindSafe for UserStatusEmpty
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