#[non_exhaustive]pub struct ScheduledSplitsLaunchDefinition { /* private fields */ }Expand description
An array of structures that define the traffic allocation percentages among the feature variations during each step of a launch. This also defines the start time of each step.
Implementations§
source§impl ScheduledSplitsLaunchDefinition
impl ScheduledSplitsLaunchDefinition
sourcepub fn steps(&self) -> Option<&[ScheduledSplit]>
pub fn steps(&self) -> Option<&[ScheduledSplit]>
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.
source§impl ScheduledSplitsLaunchDefinition
impl ScheduledSplitsLaunchDefinition
sourcepub fn builder() -> ScheduledSplitsLaunchDefinitionBuilder
pub fn builder() -> ScheduledSplitsLaunchDefinitionBuilder
Creates a new builder-style object to manufacture ScheduledSplitsLaunchDefinition.
Trait Implementations§
source§impl Clone for ScheduledSplitsLaunchDefinition
impl Clone for ScheduledSplitsLaunchDefinition
source§fn clone(&self) -> ScheduledSplitsLaunchDefinition
fn clone(&self) -> ScheduledSplitsLaunchDefinition
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 PartialEq<ScheduledSplitsLaunchDefinition> for ScheduledSplitsLaunchDefinition
impl PartialEq<ScheduledSplitsLaunchDefinition> for ScheduledSplitsLaunchDefinition
source§fn eq(&self, other: &ScheduledSplitsLaunchDefinition) -> bool
fn eq(&self, other: &ScheduledSplitsLaunchDefinition) -> bool
This method tests for
self and other values to be equal, and is used
by ==.