[][src]Enum keybase_protocol::protocol::keybase1::kbfs_common::FSErrorType

#[repr(u8)]
pub enum FSErrorType {
    Access_denied_0,
    User_not_found_1,
    Revoked_data_detected_2,
    Not_logged_in_3,
    Timeout_4,
    Rekey_needed_5,
    Bad_folder_6,
    Not_implemented_7,
    Old_version_8,
    Over_quota_9,
    No_sig_chain_10,
    Too_many_folders_11,
    Exdev_not_supported_12,
    Disk_limit_reached_13,
    Disk_cache_error_log_send_14,
    Offline_archived_15,
    Offline_unsynced_16,
}

Variants

Access_denied_0
User_not_found_1
Revoked_data_detected_2
Not_logged_in_3
Timeout_4
Rekey_needed_5
Bad_folder_6
Not_implemented_7
Old_version_8
Over_quota_9
No_sig_chain_10
Too_many_folders_11
Exdev_not_supported_12
Disk_limit_reached_13
Disk_cache_error_log_send_14
Offline_archived_15
Offline_unsynced_16

Trait Implementations

impl Eq for FSErrorType[src]

impl PartialEq<FSErrorType> for FSErrorType[src]

impl Hash for FSErrorType[src]

impl Debug for FSErrorType[src]

impl Serialize for FSErrorType[src]

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