#[non_exhaustive]pub struct GetExperimentOutput { /* private fields */ }Implementations§
source§impl GetExperimentOutput
 
impl GetExperimentOutput
sourcepub fn experiment(&self) -> Option<&Experiment>
 
pub fn experiment(&self) -> Option<&Experiment>
A structure containing the configuration details of the experiment.
source§impl GetExperimentOutput
 
impl GetExperimentOutput
sourcepub fn builder() -> GetExperimentOutputBuilder
 
pub fn builder() -> GetExperimentOutputBuilder
Creates a new builder-style object to manufacture GetExperimentOutput.
Trait Implementations§
source§impl Clone for GetExperimentOutput
 
impl Clone for GetExperimentOutput
source§fn clone(&self) -> GetExperimentOutput
 
fn clone(&self) -> GetExperimentOutput
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 GetExperimentOutput
 
impl Debug for GetExperimentOutput
source§impl PartialEq<GetExperimentOutput> for GetExperimentOutput
 
impl PartialEq<GetExperimentOutput> for GetExperimentOutput
source§fn eq(&self, other: &GetExperimentOutput) -> bool
 
fn eq(&self, other: &GetExperimentOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for GetExperimentOutput
 
impl RequestId for GetExperimentOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.