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: ImageName
Before(String)
Container ID or name.
Tuple Fields of Before
0: String
ExitCode(u64)
Containers with the specified exit code.
Tuple Fields of ExitCode
0: u64
Health(Health)
Tuple Fields of Health
0: Health
Id(String)
The container’s ID.
Tuple Fields of Id
0: String
Isolation(Isolation)
Applies only to Windows daemon.
Tuple Fields of Isolation
0: Isolation
IsTask(bool)
Tuple Fields of IsTask
0: bool
LabelKey(String)
Label in the form of label=key
.
Tuple Fields of LabelKey
0: String
Label in the form of label=key=val
.
Name(String)
The container’s name.
Tuple Fields of Name
0: String
Publish(PublishPort)
Tuple Fields of Publish
0: PublishPort
Network(String)
Network ID or name.
Tuple Fields of Network
0: String
Since(String)
Container ID or name.
Tuple Fields of Since
0: String
Status(ContainerStatus)
Tuple Fields of Status
Volume(String)
Volume name or mount point destination.
Tuple Fields of Volume
0: String
Auto 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