Enum docker_api::api::container::opts::ContainerFilter [−][src]
pub enum ContainerFilter {
}Expand description
Filter Opts for container listings
Variants
Ancestor(ImageName)Tuple Fields of Ancestor
0: ImageNameBefore(String)Container ID or name.
Tuple Fields of Before
0: StringExitCode(u64)Containers with the specified exit code.
Tuple Fields of ExitCode
0: u64Health(Health)Tuple Fields of Health
0: HealthId(String)The container’s ID.
Tuple Fields of Id
0: StringIsolation(Isolation)Applies only to Windows daemon.
Tuple Fields of Isolation
0: IsolationIsTask(bool)Tuple Fields of IsTask
0: boolLabelKey(String)Label in the form of label=key.
Tuple Fields of LabelKey
0: StringLabel in the form of label=key=val.
Name(String)The container’s name.
Tuple Fields of Name
0: StringPublish(PublishPort)Tuple Fields of Publish
0: PublishPortNetwork(String)Network ID or name.
Tuple Fields of Network
0: StringSince(String)Container ID or name.
Tuple Fields of Since
0: StringStatus(ContainerStatus)Tuple Fields of Status
Volume(String)Volume name or mount point destination.
Tuple Fields of Volume
0: StringAuto Trait Implementations
impl RefUnwindSafe for ContainerFilter
impl Send for ContainerFilter
impl Sync for ContainerFilter
impl Unpin for ContainerFilter
impl UnwindSafe for ContainerFilter
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