pub struct TestResultsDetailsForGroup {
pub group_by_value: Option<Value>,
pub results: Vec<TestCaseResult>,
pub results_count_by_outcome: Option<Value>,
pub tags: Vec<String>,
}Fields§
§group_by_value: Option<Value>§results: Vec<TestCaseResult>§results_count_by_outcome: Option<Value>Implementations§
Trait Implementations§
Source§impl Clone for TestResultsDetailsForGroup
impl Clone for TestResultsDetailsForGroup
Source§fn clone(&self) -> TestResultsDetailsForGroup
fn clone(&self) -> TestResultsDetailsForGroup
Returns a duplicate 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 TestResultsDetailsForGroup
impl Debug for TestResultsDetailsForGroup
Source§impl Default for TestResultsDetailsForGroup
impl Default for TestResultsDetailsForGroup
Source§fn default() -> TestResultsDetailsForGroup
fn default() -> TestResultsDetailsForGroup
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestResultsDetailsForGroup
impl<'de> Deserialize<'de> for TestResultsDetailsForGroup
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
impl StructuralPartialEq for TestResultsDetailsForGroup
Auto Trait Implementations§
impl Freeze for TestResultsDetailsForGroup
impl RefUnwindSafe for TestResultsDetailsForGroup
impl Send for TestResultsDetailsForGroup
impl Sync for TestResultsDetailsForGroup
impl Unpin for TestResultsDetailsForGroup
impl UnwindSafe for TestResultsDetailsForGroup
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