pub struct CloneTestPlanParams {
pub clone_options: Option<CloneOptions>,
pub destination_test_plan: Option<DestinationTestPlanCloneParams>,
pub source_test_plan: Option<SourceTestPlanInfo>,
}Expand description
Parameters for Test Plan clone operation
Fields§
§clone_options: Option<CloneOptions>Clone options for cloning the test suite.
destination_test_plan: Option<DestinationTestPlanCloneParams>Destination Test Plan create parameters
source_test_plan: Option<SourceTestPlanInfo>Source Test Plan information for Test Plan clone operation
Implementations§
Trait Implementations§
source§impl Clone for CloneTestPlanParams
impl Clone for CloneTestPlanParams
source§fn clone(&self) -> CloneTestPlanParams
fn clone(&self) -> CloneTestPlanParams
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 Debug for CloneTestPlanParams
impl Debug for CloneTestPlanParams
source§impl Default for CloneTestPlanParams
impl Default for CloneTestPlanParams
source§fn default() -> CloneTestPlanParams
fn default() -> CloneTestPlanParams
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CloneTestPlanParams
impl<'de> Deserialize<'de> for CloneTestPlanParams
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 CloneTestPlanParams
impl PartialEq for CloneTestPlanParams
source§fn eq(&self, other: &CloneTestPlanParams) -> bool
fn eq(&self, other: &CloneTestPlanParams) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for CloneTestPlanParams
impl Serialize for CloneTestPlanParams
impl StructuralPartialEq for CloneTestPlanParams
Auto Trait Implementations§
impl RefUnwindSafe for CloneTestPlanParams
impl Send for CloneTestPlanParams
impl Sync for CloneTestPlanParams
impl Unpin for CloneTestPlanParams
impl UnwindSafe for CloneTestPlanParams
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