pub struct EncryptedChatEmpty {
pub id: i32,
}Expand description
Generated from the following TL definition:
encryptedChatEmpty#ab7ec0a0 id:int = EncryptedChatFields§
§id: i32Trait Implementations§
Source§impl Clone for EncryptedChatEmpty
impl Clone for EncryptedChatEmpty
Source§fn clone(&self) -> EncryptedChatEmpty
fn clone(&self) -> EncryptedChatEmpty
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 EncryptedChatEmpty
impl Debug for EncryptedChatEmpty
Source§impl Deserializable for EncryptedChatEmpty
impl Deserializable for EncryptedChatEmpty
Source§impl From<EncryptedChatEmpty> for EncryptedChat
impl From<EncryptedChatEmpty> for EncryptedChat
Source§fn from(x: EncryptedChatEmpty) -> Self
fn from(x: EncryptedChatEmpty) -> Self
Converts to this type from the input type.
Source§impl Identifiable for EncryptedChatEmpty
impl Identifiable for EncryptedChatEmpty
Source§const CONSTRUCTOR_ID: u32 = 2877210784
const CONSTRUCTOR_ID: u32 = 2877210784
The unique identifier for the type.
Source§impl PartialEq for EncryptedChatEmpty
impl PartialEq for EncryptedChatEmpty
Source§impl Serializable for EncryptedChatEmpty
impl Serializable for EncryptedChatEmpty
Source§impl TryFrom<EncryptedChat> for EncryptedChatEmpty
impl TryFrom<EncryptedChat> for EncryptedChatEmpty
impl StructuralPartialEq for EncryptedChatEmpty
Auto Trait Implementations§
impl Freeze for EncryptedChatEmpty
impl RefUnwindSafe for EncryptedChatEmpty
impl Send for EncryptedChatEmpty
impl Sync for EncryptedChatEmpty
impl Unpin for EncryptedChatEmpty
impl UnsafeUnpin for EncryptedChatEmpty
impl UnwindSafe for EncryptedChatEmpty
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