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