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