pub struct AssociateTrialComponentRequest {
pub trial_component_name: String,
pub trial_name: String,
}
Fields§
§trial_component_name: String
The name of the component to associated with the trial.
trial_name: String
The name of the trial to associate with.
Trait Implementations§
Source§impl Clone for AssociateTrialComponentRequest
impl Clone for AssociateTrialComponentRequest
Source§fn clone(&self) -> AssociateTrialComponentRequest
fn clone(&self) -> AssociateTrialComponentRequest
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 AssociateTrialComponentRequest
impl Default for AssociateTrialComponentRequest
Source§fn default() -> AssociateTrialComponentRequest
fn default() -> AssociateTrialComponentRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for AssociateTrialComponentRequest
impl PartialEq for AssociateTrialComponentRequest
Source§fn eq(&self, other: &AssociateTrialComponentRequest) -> bool
fn eq(&self, other: &AssociateTrialComponentRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for AssociateTrialComponentRequest
Auto Trait Implementations§
impl Freeze for AssociateTrialComponentRequest
impl RefUnwindSafe for AssociateTrialComponentRequest
impl Send for AssociateTrialComponentRequest
impl Sync for AssociateTrialComponentRequest
impl Unpin for AssociateTrialComponentRequest
impl UnwindSafe for AssociateTrialComponentRequest
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