[][src]Enum keybase_protocol::protocol::chat1::common::MessageType

#[repr(u8)]
pub enum MessageType {
    None_0,
    Text_1,
    Attachment_2,
    Edit_3,
    Delete_4,
    Metadata_5,
    Tlfname_6,
    Headline_7,
    Attachmentuploaded_8,
    Join_9,
    Leave_10,
    System_11,
    Deletehistory_12,
    Reaction_13,
    Sendpayment_14,
    Requestpayment_15,
    Unfurl_16,
    Flip_17,
}

Variants

None_0Text_1Attachment_2Edit_3Delete_4Metadata_5Tlfname_6Headline_7Attachmentuploaded_8Join_9Leave_10System_11Deletehistory_12Reaction_13Sendpayment_14Requestpayment_15Unfurl_16Flip_17

Trait Implementations

impl Eq for MessageType[src]

impl PartialEq<MessageType> for MessageType[src]

impl Hash for MessageType[src]

impl Debug for MessageType[src]

impl Serialize for MessageType[src]

impl<'de> Deserialize<'de> for MessageType[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]