#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for PerformanceInsightsReferenceData
Implementations
The specific reference values used to evaluate the Performance Insights. For more information, see PerformanceInsightsReferenceComparisonValues
.
pub fn set_comparison_values(
self,
input: Option<PerformanceInsightsReferenceComparisonValues>
) -> Self
pub fn set_comparison_values(
self,
input: Option<PerformanceInsightsReferenceComparisonValues>
) -> Self
The specific reference values used to evaluate the Performance Insights. For more information, see PerformanceInsightsReferenceComparisonValues
.
Consumes the builder and constructs a PerformanceInsightsReferenceData
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more