pub struct DestinationTestPlanCloneParams {
    pub test_plan_create_params: TestPlanCreateParams,
    pub project: Option<String>,
}Expand description
Destination Test Plan create parameters
Fields§
§test_plan_create_params: TestPlanCreateParams§project: Option<String>Destination Project Name
Implementations§
Trait Implementations§
source§impl Clone for DestinationTestPlanCloneParams
 
impl Clone for DestinationTestPlanCloneParams
source§fn clone(&self) -> DestinationTestPlanCloneParams
 
fn clone(&self) -> DestinationTestPlanCloneParams
Returns a copy 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 DestinationTestPlanCloneParams
 
impl Default for DestinationTestPlanCloneParams
source§fn default() -> DestinationTestPlanCloneParams
 
fn default() -> DestinationTestPlanCloneParams
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DestinationTestPlanCloneParams
 
impl<'de> Deserialize<'de> for DestinationTestPlanCloneParams
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 DestinationTestPlanCloneParams
 
impl PartialEq for DestinationTestPlanCloneParams
source§fn eq(&self, other: &DestinationTestPlanCloneParams) -> bool
 
fn eq(&self, other: &DestinationTestPlanCloneParams) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DestinationTestPlanCloneParams
Auto Trait Implementations§
impl RefUnwindSafe for DestinationTestPlanCloneParams
impl Send for DestinationTestPlanCloneParams
impl Sync for DestinationTestPlanCloneParams
impl Unpin for DestinationTestPlanCloneParams
impl UnwindSafe for DestinationTestPlanCloneParams
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