Struct juju::Status[][src]

pub struct Status {
    pub status_type: StatusType,
    pub message: String,
}

Fields

The type of status

A message to show alongside the status

Trait Implementations

impl Debug for Status
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Status

impl Sync for Status