Enum juju::StatusType [] [src]

pub enum StatusType {
    Maintenance,
    Waiting,
    Active,
    Blocked,
}

For information about what these StatusType variants mean see: Status reference

Variants

MaintenanceWaitingActiveBlocked

Methods

impl StatusType
[src]

fn to_string(self) -> String

Returns a String representation of the enum variant

Trait Implementations

impl Debug for StatusType
[src]

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

Formats the value using the given formatter.