pub struct SetScopeNotificationSettings { /* private fields */ }
Expand description
Changes notification settings for chats of a given type
Implementations§
Source§impl SetScopeNotificationSettings
impl SetScopeNotificationSettings
pub fn from_json<S: AsRef<str>>(json: S) -> Result<Self>
pub fn builder() -> SetScopeNotificationSettingsBuilder
pub fn scope(&self) -> &NotificationSettingsScope
pub fn notification_settings(&self) -> &ScopeNotificationSettings
Trait Implementations§
Source§impl AsRef<SetScopeNotificationSettings> for SetScopeNotificationSettings
impl AsRef<SetScopeNotificationSettings> for SetScopeNotificationSettings
Source§fn as_ref(&self) -> &SetScopeNotificationSettings
fn as_ref(&self) -> &SetScopeNotificationSettings
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for SetScopeNotificationSettings
impl Clone for SetScopeNotificationSettings
Source§fn clone(&self) -> SetScopeNotificationSettings
fn clone(&self) -> SetScopeNotificationSettings
Returns a copy 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 SetScopeNotificationSettings
impl Debug for SetScopeNotificationSettings
Source§impl Default for SetScopeNotificationSettings
impl Default for SetScopeNotificationSettings
Source§fn default() -> SetScopeNotificationSettings
fn default() -> SetScopeNotificationSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetScopeNotificationSettings
impl<'de> Deserialize<'de> for SetScopeNotificationSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetScopeNotificationSettings
impl RefUnwindSafe for SetScopeNotificationSettings
impl Send for SetScopeNotificationSettings
impl Sync for SetScopeNotificationSettings
impl Unpin for SetScopeNotificationSettings
impl UnwindSafe for SetScopeNotificationSettings
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