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