pub struct DeleteContacts {
pub id: Vec<InputUser>,
}Expand description
Generated from:
contacts.deleteContacts#96a0e00 id:Vector<InputUser> = UpdatesFields§
§id: Vec<InputUser>Trait Implementations§
Source§impl Clone for DeleteContacts
impl Clone for DeleteContacts
Source§fn clone(&self) -> DeleteContacts
fn clone(&self) -> DeleteContacts
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 DeleteContacts
impl Debug for DeleteContacts
Source§impl Identifiable for DeleteContacts
impl Identifiable for DeleteContacts
Source§const CONSTRUCTOR_ID: u32 = 0x096a0e00
const CONSTRUCTOR_ID: u32 = 0x096a0e00
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeleteContacts
impl PartialEq for DeleteContacts
Source§impl RemoteCall for DeleteContacts
impl RemoteCall for DeleteContacts
Source§impl Serializable for DeleteContacts
impl Serializable for DeleteContacts
impl StructuralPartialEq for DeleteContacts
Auto Trait Implementations§
impl Freeze for DeleteContacts
impl RefUnwindSafe for DeleteContacts
impl Send for DeleteContacts
impl Sync for DeleteContacts
impl Unpin for DeleteContacts
impl UnsafeUnpin for DeleteContacts
impl UnwindSafe for DeleteContacts
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