pub struct JobStopResponse {
pub eval_id: Option<String>,
pub eval_create_index: Option<u32>,
pub job_modify_index: Option<u32>,
}
Fields§
§eval_id: Option<String>
§eval_create_index: Option<u32>
§job_modify_index: Option<u32>
Trait Implementations§
Source§impl Debug for JobStopResponse
impl Debug for JobStopResponse
Source§impl<'de> Deserialize<'de> for JobStopResponse
impl<'de> Deserialize<'de> for JobStopResponse
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 JobStopResponse
impl RefUnwindSafe for JobStopResponse
impl Send for JobStopResponse
impl Sync for JobStopResponse
impl Unpin for JobStopResponse
impl UnwindSafe for JobStopResponse
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