Struct aws_sdk_evidently::types::VariationConfig
source · #[non_exhaustive]pub struct VariationConfig { /* private fields */ }Expand description
This structure contains the name and variation value of one variation of a feature.
Implementations§
source§impl VariationConfig
impl VariationConfig
sourcepub fn builder() -> VariationConfigBuilder
pub fn builder() -> VariationConfigBuilder
Creates a new builder-style object to manufacture VariationConfig.
Trait Implementations§
source§impl Clone for VariationConfig
impl Clone for VariationConfig
source§fn clone(&self) -> VariationConfig
fn clone(&self) -> VariationConfig
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 VariationConfig
impl Debug for VariationConfig
source§impl PartialEq<VariationConfig> for VariationConfig
impl PartialEq<VariationConfig> for VariationConfig
source§fn eq(&self, other: &VariationConfig) -> bool
fn eq(&self, other: &VariationConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.