pub struct UpdateExperimentResponse {
pub experiment_arn: Option<String>,
}
Fields§
§experiment_arn: Option<String>
The Amazon Resource Name (ARN) of the experiment.
Trait Implementations§
Source§impl Clone for UpdateExperimentResponse
impl Clone for UpdateExperimentResponse
Source§fn clone(&self) -> UpdateExperimentResponse
fn clone(&self) -> UpdateExperimentResponse
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 UpdateExperimentResponse
impl Debug for UpdateExperimentResponse
Source§impl Default for UpdateExperimentResponse
impl Default for UpdateExperimentResponse
Source§fn default() -> UpdateExperimentResponse
fn default() -> UpdateExperimentResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateExperimentResponse
impl<'de> Deserialize<'de> for UpdateExperimentResponse
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 UpdateExperimentResponse
impl PartialEq for UpdateExperimentResponse
impl StructuralPartialEq for UpdateExperimentResponse
Auto Trait Implementations§
impl Freeze for UpdateExperimentResponse
impl RefUnwindSafe for UpdateExperimentResponse
impl Send for UpdateExperimentResponse
impl Sync for UpdateExperimentResponse
impl Unpin for UpdateExperimentResponse
impl UnwindSafe for UpdateExperimentResponse
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