pub struct SetEncryptedTyping {
pub peer: InputEncryptedChat,
pub typing: bool,
}Expand description
Generated from:
messages.setEncryptedTyping#791451ed peer:InputEncryptedChat typing:Bool = BoolFields§
§peer: InputEncryptedChat§typing: boolTrait Implementations§
Source§impl Clone for SetEncryptedTyping
impl Clone for SetEncryptedTyping
Source§fn clone(&self) -> SetEncryptedTyping
fn clone(&self) -> SetEncryptedTyping
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 SetEncryptedTyping
impl Debug for SetEncryptedTyping
Source§impl Identifiable for SetEncryptedTyping
impl Identifiable for SetEncryptedTyping
Source§const CONSTRUCTOR_ID: u32 = 0x791451ed
const CONSTRUCTOR_ID: u32 = 0x791451ed
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SetEncryptedTyping
impl PartialEq for SetEncryptedTyping
Source§impl RemoteCall for SetEncryptedTyping
impl RemoteCall for SetEncryptedTyping
Source§impl Serializable for SetEncryptedTyping
impl Serializable for SetEncryptedTyping
impl StructuralPartialEq for SetEncryptedTyping
Auto Trait Implementations§
impl Freeze for SetEncryptedTyping
impl RefUnwindSafe for SetEncryptedTyping
impl Send for SetEncryptedTyping
impl Sync for SetEncryptedTyping
impl Unpin for SetEncryptedTyping
impl UnsafeUnpin for SetEncryptedTyping
impl UnwindSafe for SetEncryptedTyping
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