Struct dockertest::PendingContainer
source · pub struct PendingContainer { /* private fields */ }
Expand description
Represent a docker container object in a pending phase between it being created on the daemon, but may not be running.
This object is an implementation detail of dockertest-rs
and is only
publicly exposed due to the public WaitFor
trait which is responsible
of performing the into conversion from PendingContainer
to OperationalContainer
.
Trait Implementations§
source§impl Clone for PendingContainer
impl Clone for PendingContainer
source§fn clone(&self) -> PendingContainer
fn clone(&self) -> PendingContainer
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 From<PendingContainer> for OperationalContainer
impl From<PendingContainer> for OperationalContainer
source§fn from(container: PendingContainer) -> OperationalContainer
fn from(container: PendingContainer) -> OperationalContainer
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PendingContainer
impl !RefUnwindSafe for PendingContainer
impl Send for PendingContainer
impl Sync for PendingContainer
impl Unpin for PendingContainer
impl !UnwindSafe for PendingContainer
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)