Struct aws_sdk_evidently::types::EvaluationRule
source · #[non_exhaustive]pub struct EvaluationRule { /* private fields */ }Expand description
A structure that contains the information about an evaluation rule for this feature, if it is used in a launch or experiment.
Implementations§
source§impl EvaluationRule
impl EvaluationRule
sourcepub fn builder() -> EvaluationRuleBuilder
pub fn builder() -> EvaluationRuleBuilder
Creates a new builder-style object to manufacture EvaluationRule.
Trait Implementations§
source§impl Clone for EvaluationRule
impl Clone for EvaluationRule
source§fn clone(&self) -> EvaluationRule
fn clone(&self) -> EvaluationRule
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 Debug for EvaluationRule
impl Debug for EvaluationRule
source§impl PartialEq<EvaluationRule> for EvaluationRule
impl PartialEq<EvaluationRule> for EvaluationRule
source§fn eq(&self, other: &EvaluationRule) -> bool
fn eq(&self, other: &EvaluationRule) -> bool
This method tests for
self and other values to be equal, and is used
by ==.