Struct machinebox::Health [] [src]

pub struct Health {
    pub success: bool,
    pub hostname: String,
    pub metadata: BoxMetadata,
    pub errors: Vec<BoxError>,
}

Health details of a box.

Fields

Trait Implementations

impl Debug for Health
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Health

impl Sync for Health