pub struct OperatorUtilizationSnapshotResponse {
pub bundle: Vec<u8>,
}
Expand description
This struct was generated based on the Go types of the official Nomad API client.
Fields§
§bundle: Vec<u8>
Bundle is the JSON serialized utilization reporting bundle.
Implementations§
Trait Implementations§
Source§impl Clone for OperatorUtilizationSnapshotResponse
impl Clone for OperatorUtilizationSnapshotResponse
Source§fn clone(&self) -> OperatorUtilizationSnapshotResponse
fn clone(&self) -> OperatorUtilizationSnapshotResponse
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 Default for OperatorUtilizationSnapshotResponse
impl Default for OperatorUtilizationSnapshotResponse
Source§fn default() -> OperatorUtilizationSnapshotResponse
fn default() -> OperatorUtilizationSnapshotResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OperatorUtilizationSnapshotResponse
impl<'de> Deserialize<'de> for OperatorUtilizationSnapshotResponse
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 OperatorUtilizationSnapshotResponse
impl PartialEq for OperatorUtilizationSnapshotResponse
Source§fn eq(&self, other: &OperatorUtilizationSnapshotResponse) -> bool
fn eq(&self, other: &OperatorUtilizationSnapshotResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for OperatorUtilizationSnapshotResponse
Auto Trait Implementations§
impl Freeze for OperatorUtilizationSnapshotResponse
impl RefUnwindSafe for OperatorUtilizationSnapshotResponse
impl Send for OperatorUtilizationSnapshotResponse
impl Sync for OperatorUtilizationSnapshotResponse
impl Unpin for OperatorUtilizationSnapshotResponse
impl UnwindSafe for OperatorUtilizationSnapshotResponse
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