Struct azure_devops_rust_api::test::models::LegacyTestRunStatistic
source · pub struct LegacyTestRunStatistic {
pub count: Option<i32>,
pub outcome: Option<String>,
pub resolution_state: Option<TestResolutionState>,
pub state: Option<String>,
pub test_run_id: Option<i32>,
}
Expand description
Fields§
§count: Option<i32>
§outcome: Option<String>
§resolution_state: Option<TestResolutionState>
Test Resolution State Details.
state: Option<String>
§test_run_id: Option<i32>
Implementations§
Trait Implementations§
source§impl Clone for LegacyTestRunStatistic
impl Clone for LegacyTestRunStatistic
source§fn clone(&self) -> LegacyTestRunStatistic
fn clone(&self) -> LegacyTestRunStatistic
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 LegacyTestRunStatistic
impl Debug for LegacyTestRunStatistic
source§impl Default for LegacyTestRunStatistic
impl Default for LegacyTestRunStatistic
source§fn default() -> LegacyTestRunStatistic
fn default() -> LegacyTestRunStatistic
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LegacyTestRunStatistic
impl<'de> Deserialize<'de> for LegacyTestRunStatistic
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 LegacyTestRunStatistic
impl PartialEq for LegacyTestRunStatistic
source§fn eq(&self, other: &LegacyTestRunStatistic) -> bool
fn eq(&self, other: &LegacyTestRunStatistic) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for LegacyTestRunStatistic
impl Serialize for LegacyTestRunStatistic
impl StructuralPartialEq for LegacyTestRunStatistic
Auto Trait Implementations§
impl RefUnwindSafe for LegacyTestRunStatistic
impl Send for LegacyTestRunStatistic
impl Sync for LegacyTestRunStatistic
impl Unpin for LegacyTestRunStatistic
impl UnwindSafe for LegacyTestRunStatistic
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