[][src]Enum keybase_protocol::protocol::keybase1::tlf_keys::TLFIdentifyBehavior

#[repr(u8)]
pub enum TLFIdentifyBehavior {
    Unset_0,
    Chat_cli_1,
    Chat_gui_2,
    Removed_and_unused_3,
    Kbfs_rekey_4,
    Kbfs_qr_5,
    Chat_skip_6,
    Saltpack_7,
    Cli_8,
    Gui_9,
    Default_kbfs_10,
    Kbfs_chat_11,
    Resolve_and_check_12,
    Gui_profile_13,
    Kbfs_init_14,
    Fs_gui_15,
}

Variants

Unset_0
Chat_cli_1
Chat_gui_2
Removed_and_unused_3
Kbfs_rekey_4
Kbfs_qr_5
Chat_skip_6
Saltpack_7
Cli_8
Gui_9
Default_kbfs_10
Kbfs_chat_11
Resolve_and_check_12
Gui_profile_13
Kbfs_init_14
Fs_gui_15

Trait Implementations

impl Eq for TLFIdentifyBehavior[src]

impl PartialEq<TLFIdentifyBehavior> for TLFIdentifyBehavior[src]

impl Hash for TLFIdentifyBehavior[src]

impl Debug for TLFIdentifyBehavior[src]

impl Serialize for TLFIdentifyBehavior[src]

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