#[non_exhaustive]pub struct DeleteExperimentInput { /* private fields */ }
Implementations§
source§impl DeleteExperimentInput
impl DeleteExperimentInput
sourcepub fn experiment_name(&self) -> Option<&str>
pub fn experiment_name(&self) -> Option<&str>
The name of the experiment to delete.
source§impl DeleteExperimentInput
impl DeleteExperimentInput
sourcepub fn builder() -> DeleteExperimentInputBuilder
pub fn builder() -> DeleteExperimentInputBuilder
Creates a new builder-style object to manufacture DeleteExperimentInput
.
source§impl DeleteExperimentInput
impl DeleteExperimentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteExperiment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteExperiment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteExperiment
>
Trait Implementations§
source§impl Clone for DeleteExperimentInput
impl Clone for DeleteExperimentInput
source§fn clone(&self) -> DeleteExperimentInput
fn clone(&self) -> DeleteExperimentInput
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 DeleteExperimentInput
impl Debug for DeleteExperimentInput
source§impl PartialEq<DeleteExperimentInput> for DeleteExperimentInput
impl PartialEq<DeleteExperimentInput> for DeleteExperimentInput
source§fn eq(&self, other: &DeleteExperimentInput) -> bool
fn eq(&self, other: &DeleteExperimentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteExperimentInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteExperimentInput
impl Send for DeleteExperimentInput
impl Sync for DeleteExperimentInput
impl Unpin for DeleteExperimentInput
impl UnwindSafe for DeleteExperimentInput
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