Struct nomad_client_rs::api::deployment::models::DeploymentFailResponse
source · pub struct DeploymentFailResponse {
pub eval_id: String,
pub eval_create_index: i32,
pub deployment_modify_index: i32,
pub reverted_job_version: i32,
pub index: i32,
}Fields§
§eval_id: String§eval_create_index: i32§deployment_modify_index: i32§reverted_job_version: i32§index: i32Trait Implementations§
source§impl Clone for DeploymentFailResponse
impl Clone for DeploymentFailResponse
source§fn clone(&self) -> DeploymentFailResponse
fn clone(&self) -> DeploymentFailResponse
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 DeploymentFailResponse
impl Debug for DeploymentFailResponse
source§impl<'de> Deserialize<'de> for DeploymentFailResponse
impl<'de> Deserialize<'de> for DeploymentFailResponse
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