pub struct UserInfoEmpty {}Expand description
Trait Implementations§
Source§impl Clone for UserInfoEmpty
impl Clone for UserInfoEmpty
Source§fn clone(&self) -> UserInfoEmpty
fn clone(&self) -> UserInfoEmpty
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 UserInfoEmpty
impl Debug for UserInfoEmpty
Source§impl Deserializable for UserInfoEmpty
impl Deserializable for UserInfoEmpty
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<UserInfoEmpty> for UserInfo
impl From<UserInfoEmpty> for UserInfo
Source§fn from(_x: UserInfoEmpty) -> Self
fn from(_x: UserInfoEmpty) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UserInfoEmpty
impl Identifiable for UserInfoEmpty
Source§const CONSTRUCTOR_ID: u32 = 0xf3ae2eed
const CONSTRUCTOR_ID: u32 = 0xf3ae2eed
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UserInfoEmpty
impl PartialEq for UserInfoEmpty
Source§impl Serializable for UserInfoEmpty
impl Serializable for UserInfoEmpty
impl StructuralPartialEq for UserInfoEmpty
Auto Trait Implementations§
impl Freeze for UserInfoEmpty
impl RefUnwindSafe for UserInfoEmpty
impl Send for UserInfoEmpty
impl Sync for UserInfoEmpty
impl Unpin for UserInfoEmpty
impl UnsafeUnpin for UserInfoEmpty
impl UnwindSafe for UserInfoEmpty
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