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
Auto Trait Implementations§
impl Freeze for ContainerWaitOpts
impl RefUnwindSafe for ContainerWaitOpts
impl Send for ContainerWaitOpts
impl Sync for ContainerWaitOpts
impl Unpin for ContainerWaitOpts
impl UnwindSafe for ContainerWaitOpts
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more