pub struct DeleteTrialComponentRequest {
pub trial_component_name: String,
}
Fields§
§trial_component_name: String
The name of the component to delete.
Trait Implementations§
Source§impl Clone for DeleteTrialComponentRequest
impl Clone for DeleteTrialComponentRequest
Source§fn clone(&self) -> DeleteTrialComponentRequest
fn clone(&self) -> DeleteTrialComponentRequest
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 DeleteTrialComponentRequest
impl Debug for DeleteTrialComponentRequest
Source§impl Default for DeleteTrialComponentRequest
impl Default for DeleteTrialComponentRequest
Source§fn default() -> DeleteTrialComponentRequest
fn default() -> DeleteTrialComponentRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteTrialComponentRequest
Auto Trait Implementations§
impl Freeze for DeleteTrialComponentRequest
impl RefUnwindSafe for DeleteTrialComponentRequest
impl Send for DeleteTrialComponentRequest
impl Sync for DeleteTrialComponentRequest
impl Unpin for DeleteTrialComponentRequest
impl UnwindSafe for DeleteTrialComponentRequest
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