[][src]Struct keybase_protocol::protocol::keybase1::config::FullStatus

pub struct FullStatus {
    pub username: Option<String>,
    pub configPath: Option<String>,
    pub curStatus: CurrentStatus,
    pub extStatus: ExtendedStatus,
    pub client: KbClientStatus,
    pub service: KbServiceStatus,
    pub kbfs: KBFSStatus,
    pub desktop: DesktopStatus,
    pub updater: UpdaterStatus,
    pub start: StartStatus,
    pub git: GitStatus,
}

Fields

username: Option<String>configPath: Option<String>curStatus: CurrentStatusextStatus: ExtendedStatusclient: KbClientStatusservice: KbServiceStatuskbfs: KBFSStatusdesktop: DesktopStatusupdater: UpdaterStatusstart: StartStatusgit: GitStatus

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]