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