pub enum DockerStartStatus {
Running,
Disabled,
AlreadyStarted,
Starting,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DockerStartStatus
impl Clone for DockerStartStatus
Source§fn clone(&self) -> DockerStartStatus
fn clone(&self) -> DockerStartStatus
Returns a duplicate 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 DockerStartStatus
impl Debug for DockerStartStatus
Source§impl<'de> Deserialize<'de> for DockerStartStatus
impl<'de> Deserialize<'de> for DockerStartStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DockerStartStatus
impl PartialEq for DockerStartStatus
Source§impl Serialize for DockerStartStatus
impl Serialize for DockerStartStatus
impl Copy for DockerStartStatus
impl Eq for DockerStartStatus
impl StructuralPartialEq for DockerStartStatus
Auto Trait Implementations§
impl Freeze for DockerStartStatus
impl RefUnwindSafe for DockerStartStatus
impl Send for DockerStartStatus
impl Sync for DockerStartStatus
impl Unpin for DockerStartStatus
impl UnwindSafe for DockerStartStatus
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