pub struct AllocStopResponse {
pub eval_id: String,
}
Expand description
AllocStopResponse is the response to an AllocStopRequest
This struct was generated based on the Go types of the official Nomad API.
Fields§
§eval_id: String
EvalID is the id of the follow up evalution for the rescheduled alloc.
Trait Implementations§
Source§impl Clone for AllocStopResponse
impl Clone for AllocStopResponse
Source§fn clone(&self) -> AllocStopResponse
fn clone(&self) -> AllocStopResponse
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 AllocStopResponse
impl Debug for AllocStopResponse
Source§impl Default for AllocStopResponse
impl Default for AllocStopResponse
Source§fn default() -> AllocStopResponse
fn default() -> AllocStopResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AllocStopResponse
impl<'de> Deserialize<'de> for AllocStopResponse
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 AllocStopResponse
impl PartialEq for AllocStopResponse
Source§impl Serialize for AllocStopResponse
impl Serialize for AllocStopResponse
impl StructuralPartialEq for AllocStopResponse
Auto Trait Implementations§
impl Freeze for AllocStopResponse
impl RefUnwindSafe for AllocStopResponse
impl Send for AllocStopResponse
impl Sync for AllocStopResponse
impl Unpin for AllocStopResponse
impl UnwindSafe for AllocStopResponse
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