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