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