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