Struct aws_sdk_evidently::types::LaunchGroup
source · #[non_exhaustive]pub struct LaunchGroup { /* 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 LaunchGroup
impl LaunchGroup
source§impl LaunchGroup
impl LaunchGroup
sourcepub fn builder() -> LaunchGroupBuilder
pub fn builder() -> LaunchGroupBuilder
Creates a new builder-style object to manufacture LaunchGroup.
Trait Implementations§
source§impl Clone for LaunchGroup
impl Clone for LaunchGroup
source§fn clone(&self) -> LaunchGroup
fn clone(&self) -> LaunchGroup
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 LaunchGroup
impl Debug for LaunchGroup
source§impl PartialEq<LaunchGroup> for LaunchGroup
impl PartialEq<LaunchGroup> for LaunchGroup
source§fn eq(&self, other: &LaunchGroup) -> bool
fn eq(&self, other: &LaunchGroup) -> bool
This method tests for
self and other values to be equal, and is used
by ==.