pub struct GetContacts {
pub hash: i64,
}Expand description
Fields§
§hash: i64Trait Implementations§
Source§impl Clone for GetContacts
impl Clone for GetContacts
Source§fn clone(&self) -> GetContacts
fn clone(&self) -> GetContacts
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 GetContacts
impl Debug for GetContacts
Source§impl Identifiable for GetContacts
impl Identifiable for GetContacts
Source§const CONSTRUCTOR_ID: u32 = 0x5dd69e12
const CONSTRUCTOR_ID: u32 = 0x5dd69e12
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetContacts
impl PartialEq for GetContacts
Source§impl RemoteCall for GetContacts
impl RemoteCall for GetContacts
Source§impl Serializable for GetContacts
impl Serializable for GetContacts
impl StructuralPartialEq for GetContacts
Auto Trait Implementations§
impl Freeze for GetContacts
impl RefUnwindSafe for GetContacts
impl Send for GetContacts
impl Sync for GetContacts
impl Unpin for GetContacts
impl UnsafeUnpin for GetContacts
impl UnwindSafe for GetContacts
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