Struct aws_sdk_evidently::types::LaunchGroupConfig
source · #[non_exhaustive]pub struct LaunchGroupConfig { /* private fields */ }
Expand description
A structure that defines one launch group in a launch. A launch group is a variation of the feature that you are including in the launch.
Implementations§
source§impl LaunchGroupConfig
impl LaunchGroupConfig
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the launch group.
source§impl LaunchGroupConfig
impl LaunchGroupConfig
sourcepub fn builder() -> LaunchGroupConfigBuilder
pub fn builder() -> LaunchGroupConfigBuilder
Creates a new builder-style object to manufacture LaunchGroupConfig
.
Trait Implementations§
source§impl Clone for LaunchGroupConfig
impl Clone for LaunchGroupConfig
source§fn clone(&self) -> LaunchGroupConfig
fn clone(&self) -> LaunchGroupConfig
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 LaunchGroupConfig
impl Debug for LaunchGroupConfig
source§impl PartialEq<LaunchGroupConfig> for LaunchGroupConfig
impl PartialEq<LaunchGroupConfig> for LaunchGroupConfig
source§fn eq(&self, other: &LaunchGroupConfig) -> bool
fn eq(&self, other: &LaunchGroupConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LaunchGroupConfig
Auto Trait Implementations§
impl RefUnwindSafe for LaunchGroupConfig
impl Send for LaunchGroupConfig
impl Sync for LaunchGroupConfig
impl Unpin for LaunchGroupConfig
impl UnwindSafe for LaunchGroupConfig
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