Struct rust_tdlib::types::SetScopeNotificationSettings
source · [−]pub struct SetScopeNotificationSettings { /* private fields */ }Expand description
Changes notification settings for chats of a given type
Implementations
sourceimpl 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
sourceimpl AsRef<SetScopeNotificationSettings> for SetScopeNotificationSettings
impl AsRef<SetScopeNotificationSettings> for SetScopeNotificationSettings
sourcefn as_ref(&self) -> &SetScopeNotificationSettings
fn as_ref(&self) -> &SetScopeNotificationSettings
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for SetScopeNotificationSettings
impl Clone for SetScopeNotificationSettings
sourcefn clone(&self) -> SetScopeNotificationSettings
fn clone(&self) -> SetScopeNotificationSettings
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 Debug for SetScopeNotificationSettings
impl Debug for SetScopeNotificationSettings
sourceimpl Default for SetScopeNotificationSettings
impl Default for SetScopeNotificationSettings
sourcefn default() -> SetScopeNotificationSettings
fn default() -> SetScopeNotificationSettings
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SetScopeNotificationSettings
impl<'de> Deserialize<'de> for SetScopeNotificationSettings
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
Auto Trait Implementations
impl RefUnwindSafe for SetScopeNotificationSettings
impl Send for SetScopeNotificationSettings
impl Sync for SetScopeNotificationSettings
impl Unpin for SetScopeNotificationSettings
impl UnwindSafe for SetScopeNotificationSettings
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