pub struct DeploymentUpdateResponse {
pub eval_id: Option<String>,
pub eval_create_index: Option<i32>,
pub deployment_modify_index: Option<i32>,
pub reverted_job_version: Option<i32>,
}
Fields§
§eval_id: Option<String>
§eval_create_index: Option<i32>
§deployment_modify_index: Option<i32>
§reverted_job_version: Option<i32>
Implementations§
Source§impl DeploymentUpdateResponse
impl DeploymentUpdateResponse
pub fn new() -> DeploymentUpdateResponse
Trait Implementations§
Source§impl Clone for DeploymentUpdateResponse
impl Clone for DeploymentUpdateResponse
Source§fn clone(&self) -> DeploymentUpdateResponse
fn clone(&self) -> DeploymentUpdateResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeploymentUpdateResponse
impl Debug for DeploymentUpdateResponse
Source§impl<'de> Deserialize<'de> for DeploymentUpdateResponse
impl<'de> Deserialize<'de> for DeploymentUpdateResponse
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 DeploymentUpdateResponse
impl PartialEq for DeploymentUpdateResponse
Source§fn eq(&self, other: &DeploymentUpdateResponse) -> bool
fn eq(&self, other: &DeploymentUpdateResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for DeploymentUpdateResponse
impl Serialize for DeploymentUpdateResponse
impl StructuralPartialEq for DeploymentUpdateResponse
Auto Trait Implementations§
impl Freeze for DeploymentUpdateResponse
impl RefUnwindSafe for DeploymentUpdateResponse
impl Send for DeploymentUpdateResponse
impl Sync for DeploymentUpdateResponse
impl Unpin for DeploymentUpdateResponse
impl UnwindSafe for DeploymentUpdateResponse
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