pub struct GetJobMetrics200Response {
pub metrics_metadata: Option<Vec<MetricMetadata>>,
pub scalar_metrics: Option<Vec<ScalarMetric>>,
pub timeseries_metrics: Option<Vec<TimeseriesMetric>>,
}
Fields§
§metrics_metadata: Option<Vec<MetricMetadata>>
§scalar_metrics: Option<Vec<ScalarMetric>>
§timeseries_metrics: Option<Vec<TimeseriesMetric>>
Implementations§
Source§impl GetJobMetrics200Response
impl GetJobMetrics200Response
pub fn new() -> GetJobMetrics200Response
Trait Implementations§
Source§impl Clone for GetJobMetrics200Response
impl Clone for GetJobMetrics200Response
Source§fn clone(&self) -> GetJobMetrics200Response
fn clone(&self) -> GetJobMetrics200Response
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 GetJobMetrics200Response
impl Debug for GetJobMetrics200Response
Source§impl Default for GetJobMetrics200Response
impl Default for GetJobMetrics200Response
Source§fn default() -> GetJobMetrics200Response
fn default() -> GetJobMetrics200Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetJobMetrics200Response
impl<'de> Deserialize<'de> for GetJobMetrics200Response
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 GetJobMetrics200Response
impl PartialEq for GetJobMetrics200Response
Source§impl Serialize for GetJobMetrics200Response
impl Serialize for GetJobMetrics200Response
impl StructuralPartialEq for GetJobMetrics200Response
Auto Trait Implementations§
impl Freeze for GetJobMetrics200Response
impl RefUnwindSafe for GetJobMetrics200Response
impl Send for GetJobMetrics200Response
impl Sync for GetJobMetrics200Response
impl Unpin for GetJobMetrics200Response
impl UnwindSafe for GetJobMetrics200Response
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