Struct azure_devops_rust_api::test::models::TestCaseReference2
source · pub struct TestCaseReference2 {Show 19 fields
pub area_id: Option<i32>,
pub automated_test_id: Option<String>,
pub automated_test_name: Option<String>,
pub automated_test_name_hash: Vec<String>,
pub automated_test_storage: Option<String>,
pub automated_test_storage_hash: Vec<String>,
pub automated_test_type: Option<String>,
pub configuration_id: Option<i32>,
pub created_by: Option<String>,
pub creation_date: Option<OffsetDateTime>,
pub last_ref_test_run_date: Option<OffsetDateTime>,
pub owner: Option<String>,
pub priority: Option<String>,
pub project_id: Option<String>,
pub test_case_id: Option<i32>,
pub test_case_ref_id: Option<i32>,
pub test_case_revision: Option<i32>,
pub test_case_title: Option<String>,
pub test_point_id: Option<i32>,
}
Expand description
Fields§
§area_id: Option<i32>
§automated_test_id: Option<String>
§automated_test_name: Option<String>
§automated_test_name_hash: Vec<String>
§automated_test_storage: Option<String>
§automated_test_storage_hash: Vec<String>
§automated_test_type: Option<String>
§configuration_id: Option<i32>
§created_by: Option<String>
§creation_date: Option<OffsetDateTime>
§last_ref_test_run_date: Option<OffsetDateTime>
§owner: Option<String>
§priority: Option<String>
§project_id: Option<String>
§test_case_id: Option<i32>
§test_case_ref_id: Option<i32>
§test_case_revision: Option<i32>
§test_case_title: Option<String>
§test_point_id: Option<i32>
Implementations§
Trait Implementations§
source§impl Clone for TestCaseReference2
impl Clone for TestCaseReference2
source§fn clone(&self) -> TestCaseReference2
fn clone(&self) -> TestCaseReference2
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 TestCaseReference2
impl Debug for TestCaseReference2
source§impl Default for TestCaseReference2
impl Default for TestCaseReference2
source§fn default() -> TestCaseReference2
fn default() -> TestCaseReference2
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestCaseReference2
impl<'de> Deserialize<'de> for TestCaseReference2
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 TestCaseReference2
impl PartialEq for TestCaseReference2
source§fn eq(&self, other: &TestCaseReference2) -> bool
fn eq(&self, other: &TestCaseReference2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TestCaseReference2
impl Serialize for TestCaseReference2
impl StructuralPartialEq for TestCaseReference2
Auto Trait Implementations§
impl Freeze for TestCaseReference2
impl RefUnwindSafe for TestCaseReference2
impl Send for TestCaseReference2
impl Sync for TestCaseReference2
impl Unpin for TestCaseReference2
impl UnwindSafe for TestCaseReference2
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