[][src]Trait rtdlib::types::NotificationGroupType

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

This class is an abstract base class. Describes type of notifications in the group.

Methods

impl dyn NotificationGroupType[src]

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

Trait Implementations

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

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

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

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

impl Strictest for dyn NotificationGroupType[src]

Implementors

impl NotificationGroupType for NotificationGroupTypeCalls[src]

impl NotificationGroupType for NotificationGroupTypeMentions[src]

impl NotificationGroupType for NotificationGroupTypeMessages[src]

impl NotificationGroupType for NotificationGroupTypeSecretChat[src]

Loading content...