Struct docker_api::api::container::opts::ContainerPruneOptsBuilder [−][src]
pub struct ContainerPruneOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for ContainerPruneOpts.
Implementations
Finish building ContainerPruneOpts.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ContainerPruneOptsBuilder
impl Send for ContainerPruneOptsBuilder
impl Sync for ContainerPruneOptsBuilder
impl Unpin for ContainerPruneOptsBuilder
impl UnwindSafe for ContainerPruneOptsBuilder
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