pub struct UpdateScopeNotificationSettings { /* private fields */ }
Expand description
Notification settings for some type of chats were updated
Implementations§
Source§impl UpdateScopeNotificationSettings
impl UpdateScopeNotificationSettings
pub fn from_json<S: AsRef<str>>(json: S) -> Result<Self>
pub fn builder() -> UpdateScopeNotificationSettingsBuilder
pub fn scope(&self) -> &NotificationSettingsScope
pub fn notification_settings(&self) -> &ScopeNotificationSettings
Trait Implementations§
Source§impl AsRef<UpdateScopeNotificationSettings> for UpdateScopeNotificationSettings
impl AsRef<UpdateScopeNotificationSettings> for UpdateScopeNotificationSettings
Source§fn as_ref(&self) -> &UpdateScopeNotificationSettings
fn as_ref(&self) -> &UpdateScopeNotificationSettings
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for UpdateScopeNotificationSettings
impl Clone for UpdateScopeNotificationSettings
Source§fn clone(&self) -> UpdateScopeNotificationSettings
fn clone(&self) -> UpdateScopeNotificationSettings
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 Default for UpdateScopeNotificationSettings
impl Default for UpdateScopeNotificationSettings
Source§fn default() -> UpdateScopeNotificationSettings
fn default() -> UpdateScopeNotificationSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateScopeNotificationSettings
impl<'de> Deserialize<'de> for UpdateScopeNotificationSettings
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
impl TDUpdate for UpdateScopeNotificationSettings
Auto Trait Implementations§
impl Freeze for UpdateScopeNotificationSettings
impl RefUnwindSafe for UpdateScopeNotificationSettings
impl Send for UpdateScopeNotificationSettings
impl Sync for UpdateScopeNotificationSettings
impl Unpin for UpdateScopeNotificationSettings
impl UnwindSafe for UpdateScopeNotificationSettings
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