Struct rust_tdlib::types::UpdateScopeNotificationSettings
source · [−]pub struct UpdateScopeNotificationSettings { /* private fields */ }
Expand description
Notification settings for some type of chats were updated
Implementations
sourceimpl 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
sourceimpl AsRef<UpdateScopeNotificationSettings> for UpdateScopeNotificationSettings
impl AsRef<UpdateScopeNotificationSettings> for UpdateScopeNotificationSettings
sourcefn as_ref(&self) -> &UpdateScopeNotificationSettings
fn as_ref(&self) -> &UpdateScopeNotificationSettings
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for UpdateScopeNotificationSettings
impl Clone for UpdateScopeNotificationSettings
sourcefn clone(&self) -> UpdateScopeNotificationSettings
fn clone(&self) -> UpdateScopeNotificationSettings
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for UpdateScopeNotificationSettings
impl Default for UpdateScopeNotificationSettings
sourcefn default() -> UpdateScopeNotificationSettings
fn default() -> UpdateScopeNotificationSettings
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UpdateScopeNotificationSettings
impl<'de> Deserialize<'de> for UpdateScopeNotificationSettings
sourcefn 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 RefUnwindSafe for UpdateScopeNotificationSettings
impl Send for UpdateScopeNotificationSettings
impl Sync for UpdateScopeNotificationSettings
impl Unpin for UpdateScopeNotificationSettings
impl UnwindSafe for UpdateScopeNotificationSettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more