Enum juju::StatusType [] [src]

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

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

Variants

Methods

impl StatusType
[src]

Returns a String representation of the enum variant

Trait Implementations

impl Debug for StatusType
[src]

Formats the value using the given formatter.