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