Struct aws_sdk_evidently::types::ExperimentExecution
source · #[non_exhaustive]pub struct ExperimentExecution { /* private fields */ }Expand description
This structure contains the date and time that the experiment started and ended.
Implementations§
source§impl ExperimentExecution
impl ExperimentExecution
sourcepub fn started_time(&self) -> Option<&DateTime>
pub fn started_time(&self) -> Option<&DateTime>
The date and time that the experiment started.
sourcepub fn ended_time(&self) -> Option<&DateTime>
pub fn ended_time(&self) -> Option<&DateTime>
The date and time that the experiment ended.
source§impl ExperimentExecution
impl ExperimentExecution
sourcepub fn builder() -> ExperimentExecutionBuilder
pub fn builder() -> ExperimentExecutionBuilder
Creates a new builder-style object to manufacture ExperimentExecution.
Trait Implementations§
source§impl Clone for ExperimentExecution
impl Clone for ExperimentExecution
source§fn clone(&self) -> ExperimentExecution
fn clone(&self) -> ExperimentExecution
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 ExperimentExecution
impl Debug for ExperimentExecution
source§impl PartialEq<ExperimentExecution> for ExperimentExecution
impl PartialEq<ExperimentExecution> for ExperimentExecution
source§fn eq(&self, other: &ExperimentExecution) -> bool
fn eq(&self, other: &ExperimentExecution) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ExperimentExecution
Auto Trait Implementations§
impl RefUnwindSafe for ExperimentExecution
impl Send for ExperimentExecution
impl Sync for ExperimentExecution
impl Unpin for ExperimentExecution
impl UnwindSafe for ExperimentExecution
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