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