[][src]Enum keybase_protocol::protocol::keybase1::prove_common::ProofType

#[repr(u8)]
pub enum ProofType {
    None_0,
    Keybase_1,
    Twitter_2,
    Github_3,
    Reddit_4,
    Coinbase_5,
    Hackernews_6,
    Facebook_8,
    Generic_social_9,
    Generic_web_site_1000,
    Dns_1001,
    Pgp_1002,
    Rooter_100001,
}

Variants

None_0
Keybase_1
Twitter_2
Github_3
Reddit_4
Coinbase_5
Hackernews_6
Facebook_8
Generic_social_9
Generic_web_site_1000
Dns_1001
Pgp_1002
Rooter_100001

Trait Implementations

impl Eq for ProofType[src]

impl PartialEq<ProofType> for ProofType[src]

impl Hash for ProofType[src]

impl Debug for ProofType[src]

impl Serialize for ProofType[src]

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