#[non_exhaustive]pub struct PerformanceInsightsReferenceMetric { /* private fields */ }
Expand description
Information about a reference metric used to evaluate Performance Insights.
Implementations
sourceimpl 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.
sourceimpl PerformanceInsightsReferenceMetric
impl PerformanceInsightsReferenceMetric
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PerformanceInsightsReferenceMetric
.
Trait Implementations
sourceimpl Clone for PerformanceInsightsReferenceMetric
impl Clone for PerformanceInsightsReferenceMetric
sourcefn clone(&self) -> PerformanceInsightsReferenceMetric
fn clone(&self) -> PerformanceInsightsReferenceMetric
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<PerformanceInsightsReferenceMetric> for PerformanceInsightsReferenceMetric
impl PartialEq<PerformanceInsightsReferenceMetric> for PerformanceInsightsReferenceMetric
sourcefn eq(&self, other: &PerformanceInsightsReferenceMetric) -> bool
fn eq(&self, other: &PerformanceInsightsReferenceMetric) -> bool
impl StructuralPartialEq for PerformanceInsightsReferenceMetric
Auto Trait Implementations
impl RefUnwindSafe for PerformanceInsightsReferenceMetric
impl Send for PerformanceInsightsReferenceMetric
impl Sync for PerformanceInsightsReferenceMetric
impl Unpin for PerformanceInsightsReferenceMetric
impl UnwindSafe for PerformanceInsightsReferenceMetric
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more