pub struct GetContactSignUpNotification {}Expand description
account.getContactSignUpNotification
Generated from:
account.getContactSignUpNotification#9f07c728 = BoolTrait Implementations§
Source§impl Clone for GetContactSignUpNotification
impl Clone for GetContactSignUpNotification
Source§fn clone(&self) -> GetContactSignUpNotification
fn clone(&self) -> GetContactSignUpNotification
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 GetContactSignUpNotification
impl Debug for GetContactSignUpNotification
Source§impl Identifiable for GetContactSignUpNotification
impl Identifiable for GetContactSignUpNotification
Source§const CONSTRUCTOR_ID: u32 = 0x9f07c728
const CONSTRUCTOR_ID: u32 = 0x9f07c728
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetContactSignUpNotification
impl PartialEq for GetContactSignUpNotification
Source§fn eq(&self, other: &GetContactSignUpNotification) -> bool
fn eq(&self, other: &GetContactSignUpNotification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetContactSignUpNotification
Auto Trait Implementations§
impl Freeze for GetContactSignUpNotification
impl RefUnwindSafe for GetContactSignUpNotification
impl Send for GetContactSignUpNotification
impl Sync for GetContactSignUpNotification
impl Unpin for GetContactSignUpNotification
impl UnsafeUnpin for GetContactSignUpNotification
impl UnwindSafe for GetContactSignUpNotification
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