pub struct TestResultsGroupsForBuild {
    pub build_id: Option<i32>,
    pub fields: Vec<FieldDetailsForTestResults>,
}Expand description
Fields§
§build_id: Option<i32>BuildId for which groupby result is fetched.
fields: Vec<FieldDetailsForTestResults>The group by results
Implementations§
Trait Implementations§
source§impl Clone for TestResultsGroupsForBuild
 
impl Clone for TestResultsGroupsForBuild
source§fn clone(&self) -> TestResultsGroupsForBuild
 
fn clone(&self) -> TestResultsGroupsForBuild
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 TestResultsGroupsForBuild
 
impl Debug for TestResultsGroupsForBuild
source§impl Default for TestResultsGroupsForBuild
 
impl Default for TestResultsGroupsForBuild
source§fn default() -> TestResultsGroupsForBuild
 
fn default() -> TestResultsGroupsForBuild
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestResultsGroupsForBuild
 
impl<'de> Deserialize<'de> for TestResultsGroupsForBuild
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 TestResultsGroupsForBuild
 
impl PartialEq for TestResultsGroupsForBuild
source§fn eq(&self, other: &TestResultsGroupsForBuild) -> bool
 
fn eq(&self, other: &TestResultsGroupsForBuild) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TestResultsGroupsForBuild
Auto Trait Implementations§
impl RefUnwindSafe for TestResultsGroupsForBuild
impl Send for TestResultsGroupsForBuild
impl Sync for TestResultsGroupsForBuild
impl Unpin for TestResultsGroupsForBuild
impl UnwindSafe for TestResultsGroupsForBuild
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