pub struct EvalDeleteResponse {
pub count: i64,
}
Expand description
This struct was generated based on the Go types of the official Nomad API client.
Fields§
§count: i64
Trait Implementations§
Source§impl Clone for EvalDeleteResponse
impl Clone for EvalDeleteResponse
Source§fn clone(&self) -> EvalDeleteResponse
fn clone(&self) -> EvalDeleteResponse
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 EvalDeleteResponse
impl Debug for EvalDeleteResponse
Source§impl Default for EvalDeleteResponse
impl Default for EvalDeleteResponse
Source§fn default() -> EvalDeleteResponse
fn default() -> EvalDeleteResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EvalDeleteResponse
impl<'de> Deserialize<'de> for EvalDeleteResponse
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 EvalDeleteResponse
impl PartialEq for EvalDeleteResponse
Source§impl Serialize for EvalDeleteResponse
impl Serialize for EvalDeleteResponse
impl StructuralPartialEq for EvalDeleteResponse
Auto Trait Implementations§
impl Freeze for EvalDeleteResponse
impl RefUnwindSafe for EvalDeleteResponse
impl Send for EvalDeleteResponse
impl Sync for EvalDeleteResponse
impl Unpin for EvalDeleteResponse
impl UnwindSafe for EvalDeleteResponse
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