[][src]Trait rtdlib::types::NotificationType

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

This class is an abstract base class. Contains detailed information about a notification.

Methods

impl dyn NotificationType[src]

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

Trait Implementations

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

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

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

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

impl Strictest for dyn NotificationType[src]

Implementors

impl NotificationType for NotificationTypeNewCall[src]

impl NotificationType for NotificationTypeNewMessage[src]

impl NotificationType for NotificationTypeNewPushMessage[src]

impl NotificationType for NotificationTypeNewSecretChat[src]

Loading content...