pub struct TestResultHistoryDetailsForGroup {
pub group_by_value: Option<Value>,
pub latest_result: Option<TestCaseResult>,
}Expand description
Fields§
§group_by_value: Option<Value>§latest_result: Option<TestCaseResult>Represents a test result.
Implementations§
Trait Implementations§
source§impl Clone for TestResultHistoryDetailsForGroup
impl Clone for TestResultHistoryDetailsForGroup
source§fn clone(&self) -> TestResultHistoryDetailsForGroup
fn clone(&self) -> TestResultHistoryDetailsForGroup
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 Default for TestResultHistoryDetailsForGroup
impl Default for TestResultHistoryDetailsForGroup
source§fn default() -> TestResultHistoryDetailsForGroup
fn default() -> TestResultHistoryDetailsForGroup
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestResultHistoryDetailsForGroup
impl<'de> Deserialize<'de> for TestResultHistoryDetailsForGroup
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<TestResultHistoryDetailsForGroup> for TestResultHistoryDetailsForGroup
impl PartialEq<TestResultHistoryDetailsForGroup> for TestResultHistoryDetailsForGroup
source§fn eq(&self, other: &TestResultHistoryDetailsForGroup) -> bool
fn eq(&self, other: &TestResultHistoryDetailsForGroup) -> bool
This method tests for
self and other values to be equal, and is used
by ==.