pub struct GetNotifyExceptions {
pub compare_sound: bool,
pub compare_stories: bool,
pub peer: Option<InputNotifyPeer>,
}Expand description
Generated from:
account.getNotifyExceptions#53577479 flags:# compare_sound:flags.1?true compare_stories:flags.2?true peer:flags.0?InputNotifyPeer = UpdatesFields§
§compare_sound: bool§compare_stories: bool§peer: Option<InputNotifyPeer>Trait Implementations§
Source§impl Clone for GetNotifyExceptions
impl Clone for GetNotifyExceptions
Source§fn clone(&self) -> GetNotifyExceptions
fn clone(&self) -> GetNotifyExceptions
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 GetNotifyExceptions
impl Debug for GetNotifyExceptions
Source§impl Identifiable for GetNotifyExceptions
impl Identifiable for GetNotifyExceptions
Source§const CONSTRUCTOR_ID: u32 = 0x53577479
const CONSTRUCTOR_ID: u32 = 0x53577479
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetNotifyExceptions
impl PartialEq for GetNotifyExceptions
Source§impl RemoteCall for GetNotifyExceptions
impl RemoteCall for GetNotifyExceptions
Source§impl Serializable for GetNotifyExceptions
impl Serializable for GetNotifyExceptions
impl StructuralPartialEq for GetNotifyExceptions
Auto Trait Implementations§
impl Freeze for GetNotifyExceptions
impl RefUnwindSafe for GetNotifyExceptions
impl Send for GetNotifyExceptions
impl Sync for GetNotifyExceptions
impl Unpin for GetNotifyExceptions
impl UnsafeUnpin for GetNotifyExceptions
impl UnwindSafe for GetNotifyExceptions
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