#[non_exhaustive]pub struct PerformanceInsightsReferenceData { /* private fields */ }
Expand description
Reference data used to evaluate Performance Insights to determine if its performance is anomalous or not.
Implementations§
source§impl PerformanceInsightsReferenceData
impl PerformanceInsightsReferenceData
sourcepub fn comparison_values(
&self
) -> Option<&PerformanceInsightsReferenceComparisonValues>
pub fn comparison_values(
&self
) -> Option<&PerformanceInsightsReferenceComparisonValues>
The specific reference values used to evaluate the Performance Insights. For more information, see PerformanceInsightsReferenceComparisonValues
.
source§impl PerformanceInsightsReferenceData
impl PerformanceInsightsReferenceData
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PerformanceInsightsReferenceData
.
Trait Implementations§
source§impl Clone for PerformanceInsightsReferenceData
impl Clone for PerformanceInsightsReferenceData
source§fn clone(&self) -> PerformanceInsightsReferenceData
fn clone(&self) -> PerformanceInsightsReferenceData
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<PerformanceInsightsReferenceData> for PerformanceInsightsReferenceData
impl PartialEq<PerformanceInsightsReferenceData> for PerformanceInsightsReferenceData
source§fn eq(&self, other: &PerformanceInsightsReferenceData) -> bool
fn eq(&self, other: &PerformanceInsightsReferenceData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.