Struct azure_devops_rust_api::test::models::TestRunSummary2
source · pub struct TestRunSummary2 {
pub is_rerun: Option<bool>,
pub project_id: Option<String>,
pub result_count: Option<i32>,
pub result_duration: Option<i64>,
pub run_duration: Option<i64>,
pub test_outcome: Option<String>,
pub test_run_completed_date: Option<OffsetDateTime>,
pub test_run_context_id: Option<i32>,
pub test_run_id: Option<i32>,
pub test_run_stats_id: Option<i64>,
}Expand description
Fields§
§is_rerun: Option<bool>§project_id: Option<String>§result_count: Option<i32>§result_duration: Option<i64>§run_duration: Option<i64>§test_outcome: Option<String>§test_run_completed_date: Option<OffsetDateTime>§test_run_context_id: Option<i32>§test_run_id: Option<i32>§test_run_stats_id: Option<i64>Implementations§
Trait Implementations§
source§impl Clone for TestRunSummary2
impl Clone for TestRunSummary2
source§fn clone(&self) -> TestRunSummary2
fn clone(&self) -> TestRunSummary2
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 TestRunSummary2
impl Debug for TestRunSummary2
source§impl Default for TestRunSummary2
impl Default for TestRunSummary2
source§fn default() -> TestRunSummary2
fn default() -> TestRunSummary2
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestRunSummary2
impl<'de> Deserialize<'de> for TestRunSummary2
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 TestRunSummary2
impl PartialEq for TestRunSummary2
source§fn eq(&self, other: &TestRunSummary2) -> bool
fn eq(&self, other: &TestRunSummary2) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for TestRunSummary2
impl Serialize for TestRunSummary2
impl StructuralPartialEq for TestRunSummary2
Auto Trait Implementations§
impl Freeze for TestRunSummary2
impl RefUnwindSafe for TestRunSummary2
impl Send for TestRunSummary2
impl Sync for TestRunSummary2
impl Unpin for TestRunSummary2
impl UnwindSafe for TestRunSummary2
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