Struct docker_api::api::container::opts::RmContainerOptsBuilder [−][src]
pub struct RmContainerOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for RmContainerOpts.
Implementations
Finish building RmContainerOpts.
If the container is running, kill it before removing it.
Remove anonymous volumes associated with the container.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RmContainerOptsBuilder
impl Send for RmContainerOptsBuilder
impl Sync for RmContainerOptsBuilder
impl Unpin for RmContainerOptsBuilder
impl UnwindSafe for RmContainerOptsBuilder
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