[][src]Struct rtdlib::types::NotificationGroupTypeSecretChat

pub struct NotificationGroupTypeSecretChat { /* fields omitted */ }

A group containing a notification of type notificationTypeNewSecretChat

Implementations

impl NotificationGroupTypeSecretChat[src]

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

pub fn builder() -> RTDNotificationGroupTypeSecretChatBuilder[src]

Trait Implementations

impl AsRef<NotificationGroupTypeSecretChat> for NotificationGroupTypeSecretChat[src]

impl Clone for NotificationGroupTypeSecretChat[src]

impl Debug for NotificationGroupTypeSecretChat[src]

impl Default for NotificationGroupTypeSecretChat[src]

impl<'de> Deserialize<'de> for NotificationGroupTypeSecretChat[src]

impl RObject for NotificationGroupTypeSecretChat[src]

impl Serialize for NotificationGroupTypeSecretChat[src]

impl TDNotificationGroupType for NotificationGroupTypeSecretChat[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.