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