#[non_exhaustive]pub struct PerformanceInsightsReferenceMetric { /* private fields */ }
Expand description
Information about a reference metric used to evaluate Performance Insights.
Implementations§
source§impl PerformanceInsightsReferenceMetric
impl PerformanceInsightsReferenceMetric
sourcepub fn metric_query(&self) -> Option<&PerformanceInsightsMetricQuery>
pub fn metric_query(&self) -> Option<&PerformanceInsightsMetricQuery>
A query to be processed on the metric.
source§impl PerformanceInsightsReferenceMetric
impl PerformanceInsightsReferenceMetric
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PerformanceInsightsReferenceMetric
.
Trait Implementations§
source§impl Clone for PerformanceInsightsReferenceMetric
impl Clone for PerformanceInsightsReferenceMetric
source§fn clone(&self) -> PerformanceInsightsReferenceMetric
fn clone(&self) -> PerformanceInsightsReferenceMetric
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 PartialEq<PerformanceInsightsReferenceMetric> for PerformanceInsightsReferenceMetric
impl PartialEq<PerformanceInsightsReferenceMetric> for PerformanceInsightsReferenceMetric
source§fn eq(&self, other: &PerformanceInsightsReferenceMetric) -> bool
fn eq(&self, other: &PerformanceInsightsReferenceMetric) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.