Enum docker_api::api::task::opts::TaskStateFilter [−][src]
pub enum TaskStateFilter {
Running,
Shutdown,
Accepted,
}This is supported on crate feature
swarm only.Variants
Running
Shutdown
Accepted
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TaskStateFilter
impl Send for TaskStateFilter
impl Sync for TaskStateFilter
impl Unpin for TaskStateFilter
impl UnwindSafe for TaskStateFilter
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more