pub struct EvalOptions {
pub force_reschedule: bool,
}
Expand description
EvalOptions is used to encapsulate options when forcing a job evaluation
This struct was generated based on the Go types of the official Nomad API client.
Fields§
§force_reschedule: bool
Implementations§
Source§impl EvalOptions
impl EvalOptions
pub fn builder() -> EvalOptionsBuilder
Trait Implementations§
Source§impl Clone for EvalOptions
impl Clone for EvalOptions
Source§fn clone(&self) -> EvalOptions
fn clone(&self) -> EvalOptions
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 EvalOptions
impl Debug for EvalOptions
Source§impl<'de> Deserialize<'de> for EvalOptions
impl<'de> Deserialize<'de> for EvalOptions
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 EvalOptions
impl PartialEq for EvalOptions
Source§impl Serialize for EvalOptions
impl Serialize for EvalOptions
impl StructuralPartialEq for EvalOptions
Auto Trait Implementations§
impl Freeze for EvalOptions
impl RefUnwindSafe for EvalOptions
impl Send for EvalOptions
impl Sync for EvalOptions
impl Unpin for EvalOptions
impl UnwindSafe for EvalOptions
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