Enum dockertest::ContainerState
source · pub enum ContainerState {
Empty,
Created,
Running,
Paused,
Restarting,
Removing,
Exited,
Dead,
}
Expand description
All possible states a container can be in
Variants§
Trait Implementations§
source§impl Clone for ContainerState
impl Clone for ContainerState
source§fn clone(&self) -> ContainerState
fn clone(&self) -> ContainerState
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 ContainerState
impl Debug for ContainerState
source§impl Display for ContainerState
impl Display for ContainerState
source§impl From<ContainerStateStatusEnum> for ContainerState
impl From<ContainerStateStatusEnum> for ContainerState
source§fn from(value: ContainerStateStatusEnum) -> Self
fn from(value: ContainerStateStatusEnum) -> Self
Converts to this type from the input type.
source§impl PartialEq for ContainerState
impl PartialEq for ContainerState
source§fn eq(&self, other: &ContainerState) -> bool
fn eq(&self, other: &ContainerState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ContainerState
impl Eq for ContainerState
impl StructuralPartialEq for ContainerState
Auto Trait Implementations§
impl Freeze for ContainerState
impl RefUnwindSafe for ContainerState
impl Send for ContainerState
impl Sync for ContainerState
impl Unpin for ContainerState
impl UnwindSafe for ContainerState
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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
)