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

#[repr(u8)]
pub enum ProofStatus {
    None_0,
    Ok_1,
    Local_2,
    Found_3,
    Base_error_100,
    Host_unreachable_101,
    Permission_denied_103,
    Failed_parse_106,
    Dns_error_107,
    Auth_failed_108,
    Http_429_129,
    Http_500_150,
    Timeout_160,
    Internal_error_170,
    Unchecked_171,
    Missing_pvl_172,
    Base_hard_error_200,
    Not_found_201,
    Content_failure_202,
    Bad_username_203,
    Bad_remote_id_204,
    Text_not_found_205,
    Bad_args_206,
    Content_missing_207,
    Title_not_found_208,
    Service_error_209,
    Tor_skipped_210,
    Tor_incompatible_211,
    Http_300_230,
    Http_400_240,
    Http_other_260,
    Empty_json_270,
    Deleted_301,
    Service_dead_302,
    Bad_signature_303,
    Bad_api_url_304,
    Unknown_type_305,
    No_hint_306,
    Bad_hint_text_307,
    Invalid_pvl_308,
}

Variants

None_0
Ok_1
Local_2
Found_3
Base_error_100
Host_unreachable_101
Permission_denied_103
Failed_parse_106
Dns_error_107
Auth_failed_108
Http_429_129
Http_500_150
Timeout_160
Internal_error_170
Unchecked_171
Missing_pvl_172
Base_hard_error_200
Not_found_201
Content_failure_202
Bad_username_203
Bad_remote_id_204
Text_not_found_205
Bad_args_206
Content_missing_207
Title_not_found_208
Service_error_209
Tor_skipped_210
Tor_incompatible_211
Http_300_230
Http_400_240
Http_other_260
Empty_json_270
Deleted_301
Service_dead_302
Bad_signature_303
Bad_api_url_304
Unknown_type_305
No_hint_306
Bad_hint_text_307
Invalid_pvl_308

Trait Implementations

impl Eq for ProofStatus[src]

impl PartialEq<ProofStatus> for ProofStatus[src]

impl Hash for ProofStatus[src]

impl Debug for ProofStatus[src]

impl Serialize for ProofStatus[src]

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