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

#[repr(u8)]
pub enum GetThreadReason {
    General_0,
    Push_1,
    Foreground_2,
    Backgroundconvload_3,
    Fixretry_4,
    Prepare_5,
    Searcher_6,
    Indexed_search_7,
    Kbfsfileactivity_8,
    Coinflip_9,
    Botcommands_10,
}

Variants

General_0
Push_1
Foreground_2
Backgroundconvload_3
Fixretry_4
Prepare_5
Searcher_6
Indexed_search_7
Kbfsfileactivity_8
Coinflip_9
Botcommands_10

Trait Implementations

impl Eq for GetThreadReason[src]

impl PartialEq<GetThreadReason> for GetThreadReason[src]

impl Hash for GetThreadReason[src]

impl Debug for GetThreadReason[src]

impl Serialize for GetThreadReason[src]

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