Struct aws_sdk_codebuild::types::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() -> ReportGroupTrendStatsBuilder
pub fn builder() -> ReportGroupTrendStatsBuilder
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 ==
.impl StructuralPartialEq for ReportGroupTrendStats
Auto Trait Implementations§
impl RefUnwindSafe for ReportGroupTrendStats
impl Send for ReportGroupTrendStats
impl Sync for ReportGroupTrendStats
impl Unpin for ReportGroupTrendStats
impl UnwindSafe for ReportGroupTrendStats
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