Struct docker_api::api::container::opts::ContainerListOptsBuilder [−][src]
pub struct ContainerListOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for ContainerListOpts.
Implementations
Finish building ContainerListOpts.
Filter the list of containers by one of the enum variants.
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