pub struct TestResultsGroupsForBuild {
pub build_id: Option<i32>,
pub fields: Vec<FieldDetailsForTestResults>,
}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
impl StructuralPartialEq for TestResultsGroupsForBuild
Auto Trait Implementations§
impl Freeze for TestResultsGroupsForBuild
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