Struct machinebox::BoxInfo [] [src]

pub struct BoxInfo {
    pub success: bool,
    pub name: String,
    pub version: u64,
    pub build: String,
    pub status: String,
    pub plan: String,
    pub error: Option<String>,
}

Provides information about a machinebox. All boxes, regardless of their type, will provide this information in an info() call.

Fields

Trait Implementations

impl Debug for BoxInfo
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BoxInfo

impl Sync for BoxInfo