#[non_exhaustive]pub struct StopExperimentOutputBuilder { /* private fields */ }Expand description
A builder for StopExperimentOutput.
Implementations§
source§impl StopExperimentOutputBuilder
impl StopExperimentOutputBuilder
sourcepub fn experiment(self, input: Experiment) -> Self
pub fn experiment(self, input: Experiment) -> Self
Information about the experiment.
sourcepub fn set_experiment(self, input: Option<Experiment>) -> Self
pub fn set_experiment(self, input: Option<Experiment>) -> Self
Information about the experiment.
sourcepub fn get_experiment(&self) -> &Option<Experiment>
pub fn get_experiment(&self) -> &Option<Experiment>
Information about the experiment.
sourcepub fn build(self) -> StopExperimentOutput
pub fn build(self) -> StopExperimentOutput
Consumes the builder and constructs a StopExperimentOutput.
Trait Implementations§
source§impl Clone for StopExperimentOutputBuilder
impl Clone for StopExperimentOutputBuilder
source§fn clone(&self) -> StopExperimentOutputBuilder
fn clone(&self) -> StopExperimentOutputBuilder
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 StopExperimentOutputBuilder
impl Debug for StopExperimentOutputBuilder
source§impl Default for StopExperimentOutputBuilder
impl Default for StopExperimentOutputBuilder
source§fn default() -> StopExperimentOutputBuilder
fn default() -> StopExperimentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StopExperimentOutputBuilder
impl PartialEq for StopExperimentOutputBuilder
source§fn eq(&self, other: &StopExperimentOutputBuilder) -> bool
fn eq(&self, other: &StopExperimentOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StopExperimentOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StopExperimentOutputBuilder
impl Send for StopExperimentOutputBuilder
impl Sync for StopExperimentOutputBuilder
impl Unpin for StopExperimentOutputBuilder
impl UnwindSafe for StopExperimentOutputBuilder
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.