Trait rust_tdlib::types::TDNotificationGroupType[][src]

pub trait TDNotificationGroupType: Debug + RObject { }
Expand description

Describes the type of notifications in a notification group

Implementations on Foreign Types

impl<'a, NOTIFICATIONGROUPTYPE: TDNotificationGroupType> TDNotificationGroupType for &'a NOTIFICATIONGROUPTYPE[src]

impl<'a, NOTIFICATIONGROUPTYPE: TDNotificationGroupType> TDNotificationGroupType for &'a mut NOTIFICATIONGROUPTYPE[src]

Implementors