Struct podman_api::opts::ContainerListOptsBuilder [−][src]
pub struct ContainerListOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for ContainerListOpts.
Implementations
Finish building ContainerListOpts.
Return all containers. By default, only running containers are shown
Return this number of most recently created containers, including non-running ones.
Return the size of container as fields size_rw
and size_root_fs
.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ContainerListOptsBuilder
impl Send for ContainerListOptsBuilder
impl Sync for ContainerListOptsBuilder
impl Unpin for ContainerListOptsBuilder
impl UnwindSafe for ContainerListOptsBuilder
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