pub struct NodeEligibilityUpdateResponse {
pub node_modify_index: Option<i32>,
pub eval_ids: Option<Vec<String>>,
pub eval_create_index: Option<i32>,
}
Fields§
§node_modify_index: Option<i32>
§eval_ids: Option<Vec<String>>
§eval_create_index: Option<i32>
Implementations§
Trait Implementations§
Source§impl Clone for NodeEligibilityUpdateResponse
impl Clone for NodeEligibilityUpdateResponse
Source§fn clone(&self) -> NodeEligibilityUpdateResponse
fn clone(&self) -> NodeEligibilityUpdateResponse
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<'de> Deserialize<'de> for NodeEligibilityUpdateResponse
impl<'de> Deserialize<'de> for NodeEligibilityUpdateResponse
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 NodeEligibilityUpdateResponse
impl PartialEq for NodeEligibilityUpdateResponse
Source§fn eq(&self, other: &NodeEligibilityUpdateResponse) -> bool
fn eq(&self, other: &NodeEligibilityUpdateResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for NodeEligibilityUpdateResponse
Auto Trait Implementations§
impl Freeze for NodeEligibilityUpdateResponse
impl RefUnwindSafe for NodeEligibilityUpdateResponse
impl Send for NodeEligibilityUpdateResponse
impl Sync for NodeEligibilityUpdateResponse
impl Unpin for NodeEligibilityUpdateResponse
impl UnwindSafe for NodeEligibilityUpdateResponse
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