#[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
sourceimpl 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
.
sourceimpl PerformanceInsightsReferenceData
impl PerformanceInsightsReferenceData
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PerformanceInsightsReferenceData
.
Trait Implementations
sourceimpl Clone for PerformanceInsightsReferenceData
impl Clone for PerformanceInsightsReferenceData
sourcefn clone(&self) -> PerformanceInsightsReferenceData
fn clone(&self) -> PerformanceInsightsReferenceData
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<PerformanceInsightsReferenceData> for PerformanceInsightsReferenceData
impl PartialEq<PerformanceInsightsReferenceData> for PerformanceInsightsReferenceData
sourcefn eq(&self, other: &PerformanceInsightsReferenceData) -> bool
fn eq(&self, other: &PerformanceInsightsReferenceData) -> bool
impl StructuralPartialEq for PerformanceInsightsReferenceData
Auto Trait Implementations
impl RefUnwindSafe for PerformanceInsightsReferenceData
impl Send for PerformanceInsightsReferenceData
impl Sync for PerformanceInsightsReferenceData
impl Unpin for PerformanceInsightsReferenceData
impl UnwindSafe for PerformanceInsightsReferenceData
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