Struct juju::Status [] [src]

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

Fields

status_type: StatusType

The type of status

message: String

A message to show alongside the status

Trait Implementations

impl Debug for Status
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.