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