Struct podman_api::opts::ContainerListOpts [−][src]
pub struct ContainerListOpts { /* fields omitted */ }
Expand description
Adjust the list of returned containers with this options.
Implementations
Returns a new instance of a builder for ContainerListOpts.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ContainerListOpts
impl Send for ContainerListOpts
impl Sync for ContainerListOpts
impl Unpin for ContainerListOpts
impl UnwindSafe for ContainerListOpts
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