Struct aws_sdk_evidently::types::builders::VariationBuilder
source · #[non_exhaustive]pub struct VariationBuilder { /* private fields */ }Expand description
A builder for Variation.
Implementations§
source§impl VariationBuilder
impl VariationBuilder
sourcepub fn value(self, input: VariableValue) -> Self
pub fn value(self, input: VariableValue) -> Self
The value assigned to this variation.
sourcepub fn set_value(self, input: Option<VariableValue>) -> Self
pub fn set_value(self, input: Option<VariableValue>) -> Self
The value assigned to this variation.
sourcepub fn get_value(&self) -> &Option<VariableValue>
pub fn get_value(&self) -> &Option<VariableValue>
The value assigned to this variation.
Trait Implementations§
source§impl Clone for VariationBuilder
impl Clone for VariationBuilder
source§fn clone(&self) -> VariationBuilder
fn clone(&self) -> VariationBuilder
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 VariationBuilder
impl Debug for VariationBuilder
source§impl Default for VariationBuilder
impl Default for VariationBuilder
source§fn default() -> VariationBuilder
fn default() -> VariationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for VariationBuilder
impl PartialEq for VariationBuilder
source§fn eq(&self, other: &VariationBuilder) -> bool
fn eq(&self, other: &VariationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for VariationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for VariationBuilder
impl Send for VariationBuilder
impl Sync for VariationBuilder
impl Unpin for VariationBuilder
impl UnwindSafe for VariationBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.