Enum docker_api::api::task::opts::State [−][src]
pub enum State { Running, Shutdown, Accepted, }
This is supported on crate feature
swarm
only.Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for State
impl UnwindSafe for State
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more