pub struct GetReactionsNotifySettings {}Expand description
account.getReactionsNotifySettings
Generated from:
account.getReactionsNotifySettings#6dd654c = ReactionsNotifySettingsTrait Implementations§
Source§impl Clone for GetReactionsNotifySettings
impl Clone for GetReactionsNotifySettings
Source§fn clone(&self) -> GetReactionsNotifySettings
fn clone(&self) -> GetReactionsNotifySettings
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 GetReactionsNotifySettings
impl Debug for GetReactionsNotifySettings
Source§impl Identifiable for GetReactionsNotifySettings
impl Identifiable for GetReactionsNotifySettings
Source§const CONSTRUCTOR_ID: u32 = 0x06dd654c
const CONSTRUCTOR_ID: u32 = 0x06dd654c
The constructor ID as specified in the TL schema.
Source§impl RemoteCall for GetReactionsNotifySettings
impl RemoteCall for GetReactionsNotifySettings
Source§type Return = ReactionsNotifySettings
type Return = ReactionsNotifySettings
The deserialized response type.
impl StructuralPartialEq for GetReactionsNotifySettings
Auto Trait Implementations§
impl Freeze for GetReactionsNotifySettings
impl RefUnwindSafe for GetReactionsNotifySettings
impl Send for GetReactionsNotifySettings
impl Sync for GetReactionsNotifySettings
impl Unpin for GetReactionsNotifySettings
impl UnsafeUnpin for GetReactionsNotifySettings
impl UnwindSafe for GetReactionsNotifySettings
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