pub struct UpdateEncryptedChatTyping {
pub chat_id: i32,
}Expand description
Fields§
§chat_id: i32Trait Implementations§
Source§impl Clone for UpdateEncryptedChatTyping
impl Clone for UpdateEncryptedChatTyping
Source§fn clone(&self) -> UpdateEncryptedChatTyping
fn clone(&self) -> UpdateEncryptedChatTyping
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 UpdateEncryptedChatTyping
impl Debug for UpdateEncryptedChatTyping
Source§impl Deserializable for UpdateEncryptedChatTyping
impl Deserializable for UpdateEncryptedChatTyping
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<UpdateEncryptedChatTyping> for Update
impl From<UpdateEncryptedChatTyping> for Update
Source§fn from(x: UpdateEncryptedChatTyping) -> Self
fn from(x: UpdateEncryptedChatTyping) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateEncryptedChatTyping
impl Identifiable for UpdateEncryptedChatTyping
Source§const CONSTRUCTOR_ID: u32 = 0x1710f156
const CONSTRUCTOR_ID: u32 = 0x1710f156
The constructor ID as specified in the TL schema.
Source§impl TryFrom<Update> for UpdateEncryptedChatTyping
impl TryFrom<Update> for UpdateEncryptedChatTyping
impl StructuralPartialEq for UpdateEncryptedChatTyping
Auto Trait Implementations§
impl Freeze for UpdateEncryptedChatTyping
impl RefUnwindSafe for UpdateEncryptedChatTyping
impl Send for UpdateEncryptedChatTyping
impl Sync for UpdateEncryptedChatTyping
impl Unpin for UpdateEncryptedChatTyping
impl UnsafeUnpin for UpdateEncryptedChatTyping
impl UnwindSafe for UpdateEncryptedChatTyping
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