#[non_exhaustive]pub struct GetReportGroupTrendOutput { /* private fields */ }
Implementations§
source§impl GetReportGroupTrendOutput
impl GetReportGroupTrendOutput
sourcepub fn stats(&self) -> Option<&ReportGroupTrendStats>
pub fn stats(&self) -> Option<&ReportGroupTrendStats>
Contains the accumulated trend data.
sourcepub fn raw_data(&self) -> Option<&[ReportWithRawData]>
pub fn raw_data(&self) -> Option<&[ReportWithRawData]>
An array that contains the raw data for each report.
source§impl GetReportGroupTrendOutput
impl GetReportGroupTrendOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetReportGroupTrendOutput
.
Trait Implementations§
source§impl Clone for GetReportGroupTrendOutput
impl Clone for GetReportGroupTrendOutput
source§fn clone(&self) -> GetReportGroupTrendOutput
fn clone(&self) -> GetReportGroupTrendOutput
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 GetReportGroupTrendOutput
impl Debug for GetReportGroupTrendOutput
source§impl PartialEq<GetReportGroupTrendOutput> for GetReportGroupTrendOutput
impl PartialEq<GetReportGroupTrendOutput> for GetReportGroupTrendOutput
source§fn eq(&self, other: &GetReportGroupTrendOutput) -> bool
fn eq(&self, other: &GetReportGroupTrendOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.