Trait rust_tdlib::types::TDNotificationType[][src]

pub trait TDNotificationType: Debug + RObject { }
Expand description

Contains detailed information about a notification

Implementations on Foreign Types

impl<'a, NOTIFICATIONTYPE: TDNotificationType> TDNotificationType for &'a NOTIFICATIONTYPE[src]

impl<'a, NOTIFICATIONTYPE: TDNotificationType> TDNotificationType for &'a mut NOTIFICATIONTYPE[src]

Implementors