Struct podman_api::opts::ContainerWaitOptsBuilder
source · pub struct ContainerWaitOptsBuilder { /* private fields */ }
Expand description
A builder struct for ContainerWaitOpts.
Implementations§
source§impl ContainerWaitOptsBuilder
impl ContainerWaitOptsBuilder
sourcepub fn build(self) -> ContainerWaitOpts
pub fn build(self) -> ContainerWaitOpts
Finish building ContainerWaitOpts.
source§impl ContainerWaitOptsBuilder
impl ContainerWaitOptsBuilder
pub fn conditions(
self,
conditions: impl IntoIterator<Item = ContainerStatus>
) -> Self
Trait Implementations§
source§impl Clone for ContainerWaitOptsBuilder
impl Clone for ContainerWaitOptsBuilder
source§fn clone(&self) -> ContainerWaitOptsBuilder
fn clone(&self) -> ContainerWaitOptsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ContainerWaitOptsBuilder
impl Debug for ContainerWaitOptsBuilder
source§impl Default for ContainerWaitOptsBuilder
impl Default for ContainerWaitOptsBuilder
source§fn default() -> ContainerWaitOptsBuilder
fn default() -> ContainerWaitOptsBuilder
Returns the “default value” for a type. Read more