[][src]Trait rtdlib::types::NotificationSettingsScope

pub trait NotificationSettingsScope: Object + RObject + Debug + Serialize + Deserialize { }

This class is an abstract base class. Describes the types of chats to which notification settings are applied.

Methods

impl dyn NotificationSettingsScope[src]

pub fn from_json<S: AsRef<str>>(json: S) -> Option<Box<Self>>[src]

Trait Implementations

impl<'typetag> Serialize for dyn NotificationSettingsScope + 'typetag[src]

impl<'typetag> Serialize for dyn NotificationSettingsScope + Send + 'typetag[src]

impl<'typetag> Serialize for dyn NotificationSettingsScope + Sync + 'typetag[src]

impl<'typetag> Serialize for dyn NotificationSettingsScope + Send + Sync + 'typetag[src]

impl Strictest for dyn NotificationSettingsScope[src]

Implementors

impl NotificationSettingsScope for NotificationSettingsScopeChannelChats[src]

impl NotificationSettingsScope for NotificationSettingsScopeGroupChats[src]

impl NotificationSettingsScope for NotificationSettingsScopePrivateChats[src]

Loading content...