Struct podman_api::opts::ContainerWaitOptsBuilder [−][src]
pub struct ContainerWaitOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for ContainerWaitOpts.
Implementations
Finish building ContainerWaitOpts.
pub fn conditions<I>(self, conditions: I) -> Self where
I: IntoIterator<Item = ContainerStatus>,
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ContainerWaitOptsBuilder
impl Send for ContainerWaitOptsBuilder
impl Sync for ContainerWaitOptsBuilder
impl Unpin for ContainerWaitOptsBuilder
impl UnwindSafe for ContainerWaitOptsBuilder
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