Struct podman_api::opts::ContainerWaitOpts
source · pub struct ContainerWaitOpts { /* private fields */ }
Expand description
Adjust how to wait for a container.
Implementations§
source§impl ContainerWaitOpts
impl ContainerWaitOpts
sourcepub fn builder() -> ContainerWaitOptsBuilder
pub fn builder() -> ContainerWaitOptsBuilder
Returns a new instance of a builder for ContainerWaitOpts.
Trait Implementations§
source§impl Clone for ContainerWaitOpts
impl Clone for ContainerWaitOpts
source§fn clone(&self) -> ContainerWaitOpts
fn clone(&self) -> ContainerWaitOpts
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 ContainerWaitOpts
impl Debug for ContainerWaitOpts
source§impl Default for ContainerWaitOpts
impl Default for ContainerWaitOpts
source§fn default() -> ContainerWaitOpts
fn default() -> ContainerWaitOpts
Returns the “default value” for a type. Read more