pub enum WaitCondition {
NotRunning,
NextExit,
Removed,
}
Expand description
WaitCondition is a type used to specify a container state for which to wait.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WaitCondition
impl RefUnwindSafe for WaitCondition
impl Send for WaitCondition
impl Sync for WaitCondition
impl Unpin for WaitCondition
impl UnwindSafe for WaitCondition
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