pub struct DeleteExperimentResponse {
pub experiment_arn: Option<String>,
}Fields§
§experiment_arn: Option<String>The Amazon Resource Name (ARN) of the experiment that is being deleted.
Trait Implementations§
Source§impl Clone for DeleteExperimentResponse
impl Clone for DeleteExperimentResponse
Source§fn clone(&self) -> DeleteExperimentResponse
fn clone(&self) -> DeleteExperimentResponse
Returns a duplicate 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 DeleteExperimentResponse
impl Debug for DeleteExperimentResponse
Source§impl Default for DeleteExperimentResponse
impl Default for DeleteExperimentResponse
Source§fn default() -> DeleteExperimentResponse
fn default() -> DeleteExperimentResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteExperimentResponse
impl<'de> Deserialize<'de> for DeleteExperimentResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeleteExperimentResponse
impl PartialEq for DeleteExperimentResponse
impl StructuralPartialEq for DeleteExperimentResponse
Auto Trait Implementations§
impl Freeze for DeleteExperimentResponse
impl RefUnwindSafe for DeleteExperimentResponse
impl Send for DeleteExperimentResponse
impl Sync for DeleteExperimentResponse
impl Unpin for DeleteExperimentResponse
impl UnwindSafe for DeleteExperimentResponse
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