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