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