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: i32
Trait Implementations§
Source§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
Auto Trait Implementations§
impl Freeze for DeploymentFailResponse
impl RefUnwindSafe for DeploymentFailResponse
impl Send for DeploymentFailResponse
impl Sync for DeploymentFailResponse
impl Unpin for DeploymentFailResponse
impl UnwindSafe for DeploymentFailResponse
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