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