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