pub struct GetNotifySettings {
pub peer: InputNotifyPeer,
}Expand description
Generated from:
account.getNotifySettings#12b3ad31 peer:InputNotifyPeer = PeerNotifySettingsFields§
§peer: InputNotifyPeerTrait Implementations§
Source§impl Clone for GetNotifySettings
impl Clone for GetNotifySettings
Source§fn clone(&self) -> GetNotifySettings
fn clone(&self) -> GetNotifySettings
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 GetNotifySettings
impl Debug for GetNotifySettings
Source§impl Identifiable for GetNotifySettings
impl Identifiable for GetNotifySettings
Source§const CONSTRUCTOR_ID: u32 = 0x12b3ad31
const CONSTRUCTOR_ID: u32 = 0x12b3ad31
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetNotifySettings
impl PartialEq for GetNotifySettings
Source§impl RemoteCall for GetNotifySettings
impl RemoteCall for GetNotifySettings
Source§type Return = PeerNotifySettings
type Return = PeerNotifySettings
The deserialized response type.
Source§impl Serializable for GetNotifySettings
impl Serializable for GetNotifySettings
impl StructuralPartialEq for GetNotifySettings
Auto Trait Implementations§
impl Freeze for GetNotifySettings
impl RefUnwindSafe for GetNotifySettings
impl Send for GetNotifySettings
impl Sync for GetNotifySettings
impl Unpin for GetNotifySettings
impl UnsafeUnpin for GetNotifySettings
impl UnwindSafe for GetNotifySettings
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