Struct azure_devops_rust_api::test::models::TestPlanCloneRequest
source · pub struct TestPlanCloneRequest {
pub destination_test_plan: Option<TestPlan>,
pub options: Option<CloneOptions>,
pub suite_ids: Vec<i32>,
}Expand description
Fields§
§destination_test_plan: Option<TestPlan>The test plan resource.
options: Option<CloneOptions>Clone options for cloning the test suite.
suite_ids: Vec<i32>Implementations§
Trait Implementations§
source§impl Clone for TestPlanCloneRequest
impl Clone for TestPlanCloneRequest
source§fn clone(&self) -> TestPlanCloneRequest
fn clone(&self) -> TestPlanCloneRequest
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 TestPlanCloneRequest
impl Debug for TestPlanCloneRequest
source§impl Default for TestPlanCloneRequest
impl Default for TestPlanCloneRequest
source§fn default() -> TestPlanCloneRequest
fn default() -> TestPlanCloneRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestPlanCloneRequest
impl<'de> Deserialize<'de> for TestPlanCloneRequest
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<TestPlanCloneRequest> for TestPlanCloneRequest
impl PartialEq<TestPlanCloneRequest> for TestPlanCloneRequest
source§fn eq(&self, other: &TestPlanCloneRequest) -> bool
fn eq(&self, other: &TestPlanCloneRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for TestPlanCloneRequest
impl Serialize for TestPlanCloneRequest
impl StructuralPartialEq for TestPlanCloneRequest
Auto Trait Implementations§
impl RefUnwindSafe for TestPlanCloneRequest
impl Send for TestPlanCloneRequest
impl Sync for TestPlanCloneRequest
impl Unpin for TestPlanCloneRequest
impl UnwindSafe for TestPlanCloneRequest
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