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