Skip to main content

TDNotificationSettingsScope

Trait TDNotificationSettingsScope 

Source
pub trait TDNotificationSettingsScope: Debug + RObject { }
Expand description

Describes the types of chats to which notification settings are relevant

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, NOTIFICATIONSETTINGSSCOPE: TDNotificationSettingsScope> TDNotificationSettingsScope for &'a NOTIFICATIONSETTINGSSCOPE

Source§

impl<'a, NOTIFICATIONSETTINGSSCOPE: TDNotificationSettingsScope> TDNotificationSettingsScope for &'a mut NOTIFICATIONSETTINGSSCOPE

Implementors§