Enum juju::StatusType[][src]

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

For information about what these StatusType variants mean see: [Status reference] (https://jujucharms.com/docs/stable/reference-status)

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. Read more

Auto Trait Implementations

impl Send for StatusType

impl Sync for StatusType