Struct monitor_types::DeploymentActionState
source · pub struct DeploymentActionState {
pub deploying: bool,
pub stopping: bool,
pub starting: bool,
pub removing: bool,
pub pulling: bool,
pub recloning: bool,
pub updating: bool,
}
Fields§
§deploying: bool
§stopping: bool
§starting: bool
§removing: bool
§pulling: bool
§recloning: bool
§updating: bool
Trait Implementations§
source§impl Clone for DeploymentActionState
impl Clone for DeploymentActionState
source§fn clone(&self) -> DeploymentActionState
fn clone(&self) -> DeploymentActionState
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 DeploymentActionState
impl Debug for DeploymentActionState
source§impl Default for DeploymentActionState
impl Default for DeploymentActionState
source§fn default() -> DeploymentActionState
fn default() -> DeploymentActionState
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DeploymentActionState
impl<'de> Deserialize<'de> for DeploymentActionState
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