Enum docker_api::api::task::opts::TaskFilter [−][src]
pub enum TaskFilter {
DesiredState(TaskStateFilter),
Id(String),
LabelKey(String),
Label(String, String),
Name(String),
Node(String),
Service(String),
}This is supported on crate feature
swarm only.Variants
DesiredState(TaskStateFilter)The state that the task should be in.
Id(String)The ID of the config.
LabelKey(String)Label in the form of label=key
Label in the form of label=key=val
Name(String)The name of the config.
Node(String)Name of the node.
Service(String)Name of the service.
Auto Trait Implementations
impl RefUnwindSafe for TaskFilterimpl Send for TaskFilterimpl Sync for TaskFilterimpl Unpin for TaskFilterimpl UnwindSafe for TaskFilter