pub enum StatusType {
Maintenance,
Waiting,
Active,
Blocked,
}Expand description
For information about what these StatusType variants mean see: [Status reference] (https://jujucharms.com/docs/stable/reference-status)
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatusType
impl RefUnwindSafe for StatusType
impl Send for StatusType
impl Sync for StatusType
impl Unpin for StatusType
impl UnwindSafe for StatusType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more