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