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
sourceimpl ReportGroupTrendStats
impl ReportGroupTrendStats
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReportGroupTrendStats
.
Trait Implementations
sourceimpl Clone for ReportGroupTrendStats
impl Clone for ReportGroupTrendStats
sourcefn clone(&self) -> ReportGroupTrendStats
fn clone(&self) -> ReportGroupTrendStats
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ReportGroupTrendStats
impl Debug for ReportGroupTrendStats
sourceimpl PartialEq<ReportGroupTrendStats> for ReportGroupTrendStats
impl PartialEq<ReportGroupTrendStats> for ReportGroupTrendStats
sourcefn eq(&self, other: &ReportGroupTrendStats) -> bool
fn eq(&self, other: &ReportGroupTrendStats) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more