pub struct DeleteByPhones {
pub phones: Vec<String>,
}Expand description
Generated from:
contacts.deleteByPhones#1013fd9e phones:Vector<string> = BoolFields§
§phones: Vec<String>Trait Implementations§
Source§impl Clone for DeleteByPhones
impl Clone for DeleteByPhones
Source§fn clone(&self) -> DeleteByPhones
fn clone(&self) -> DeleteByPhones
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 DeleteByPhones
impl Debug for DeleteByPhones
Source§impl Identifiable for DeleteByPhones
impl Identifiable for DeleteByPhones
Source§const CONSTRUCTOR_ID: u32 = 0x1013fd9e
const CONSTRUCTOR_ID: u32 = 0x1013fd9e
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeleteByPhones
impl PartialEq for DeleteByPhones
Source§impl RemoteCall for DeleteByPhones
impl RemoteCall for DeleteByPhones
Source§impl Serializable for DeleteByPhones
impl Serializable for DeleteByPhones
impl StructuralPartialEq for DeleteByPhones
Auto Trait Implementations§
impl Freeze for DeleteByPhones
impl RefUnwindSafe for DeleteByPhones
impl Send for DeleteByPhones
impl Sync for DeleteByPhones
impl Unpin for DeleteByPhones
impl UnsafeUnpin for DeleteByPhones
impl UnwindSafe for DeleteByPhones
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