Struct aws_sdk_codebuild::model::ReportGroupTrendStats
source · #[non_exhaustive]pub struct ReportGroupTrendStats { /* private fields */ }
Expand description
Contains trend statistics for a set of reports. The actual values depend on the type of trend being collected. For more information, see .
Implementations§
source§impl ReportGroupTrendStats
impl ReportGroupTrendStats
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReportGroupTrendStats
.
Trait Implementations§
source§impl Clone for ReportGroupTrendStats
impl Clone for ReportGroupTrendStats
source§fn clone(&self) -> ReportGroupTrendStats
fn clone(&self) -> ReportGroupTrendStats
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 ReportGroupTrendStats
impl Debug for ReportGroupTrendStats
source§impl PartialEq<ReportGroupTrendStats> for ReportGroupTrendStats
impl PartialEq<ReportGroupTrendStats> for ReportGroupTrendStats
source§fn eq(&self, other: &ReportGroupTrendStats) -> bool
fn eq(&self, other: &ReportGroupTrendStats) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.