pub struct DeleteTrialComponentResponse {
pub trial_component_arn: Option<String>,
}Fields§
§trial_component_arn: Option<String>The Amazon Resource Name (ARN) of the component is being deleted.
Trait Implementations§
Source§impl Clone for DeleteTrialComponentResponse
impl Clone for DeleteTrialComponentResponse
Source§fn clone(&self) -> DeleteTrialComponentResponse
fn clone(&self) -> DeleteTrialComponentResponse
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 DeleteTrialComponentResponse
impl Debug for DeleteTrialComponentResponse
Source§impl Default for DeleteTrialComponentResponse
impl Default for DeleteTrialComponentResponse
Source§fn default() -> DeleteTrialComponentResponse
fn default() -> DeleteTrialComponentResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteTrialComponentResponse
impl<'de> Deserialize<'de> for DeleteTrialComponentResponse
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 DeleteTrialComponentResponse
impl PartialEq for DeleteTrialComponentResponse
Source§fn eq(&self, other: &DeleteTrialComponentResponse) -> bool
fn eq(&self, other: &DeleteTrialComponentResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteTrialComponentResponse
Auto Trait Implementations§
impl Freeze for DeleteTrialComponentResponse
impl RefUnwindSafe for DeleteTrialComponentResponse
impl Send for DeleteTrialComponentResponse
impl Sync for DeleteTrialComponentResponse
impl Unpin for DeleteTrialComponentResponse
impl UnwindSafe for DeleteTrialComponentResponse
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