pub struct NodePurgeResponse {
pub eval_i_ds: Vec<String>,
pub eval_create_index: u64,
pub node_modify_index: u64,
}
Expand description
NodePurgeResponse is used to deserialize a Purge response.
This struct was generated based on the Go types of the official Nomad API client.
Fields§
§eval_i_ds: Vec<String>
§eval_create_index: u64
§node_modify_index: u64
Implementations§
Source§impl NodePurgeResponse
impl NodePurgeResponse
pub fn builder() -> NodePurgeResponseBuilder
Trait Implementations§
Source§impl Clone for NodePurgeResponse
impl Clone for NodePurgeResponse
Source§fn clone(&self) -> NodePurgeResponse
fn clone(&self) -> NodePurgeResponse
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 NodePurgeResponse
impl Debug for NodePurgeResponse
Source§impl<'de> Deserialize<'de> for NodePurgeResponse
impl<'de> Deserialize<'de> for NodePurgeResponse
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 NodePurgeResponse
impl PartialEq for NodePurgeResponse
Source§impl Serialize for NodePurgeResponse
impl Serialize for NodePurgeResponse
impl StructuralPartialEq for NodePurgeResponse
Auto Trait Implementations§
impl Freeze for NodePurgeResponse
impl RefUnwindSafe for NodePurgeResponse
impl Send for NodePurgeResponse
impl Sync for NodePurgeResponse
impl Unpin for NodePurgeResponse
impl UnwindSafe for NodePurgeResponse
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