[][src]Enum keybase_protocol::protocol::chat1::notify::ChatActivityType

#[repr(u8)]
pub enum ChatActivityType {
    Reserved_0,
    Incoming_message_1,
    Read_message_2,
    New_conversation_3,
    Set_status_4,
    Failed_message_5,
    Members_update_6,
    Set_app_notification_settings_7,
    Teamtype_8,
    Expunge_9,
    Ephemeral_purge_10,
    Reaction_update_11,
    Messages_updated_12,
}

Variants

Reserved_0
Incoming_message_1
Read_message_2
New_conversation_3
Set_status_4
Failed_message_5
Members_update_6
Set_app_notification_settings_7
Teamtype_8
Expunge_9
Ephemeral_purge_10
Reaction_update_11
Messages_updated_12

Trait Implementations

impl Eq for ChatActivityType[src]

impl PartialEq<ChatActivityType> for ChatActivityType[src]

impl Hash for ChatActivityType[src]

impl Debug for ChatActivityType[src]

impl Serialize for ChatActivityType[src]

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

Auto Trait Implementations

Blanket Implementations

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

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

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.

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

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

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

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