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