#[non_exhaustive]pub struct GetReportGroupTrendOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl GetReportGroupTrendOutput
impl GetReportGroupTrendOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetReportGroupTrendOutput
.
Trait Implementations
sourceimpl Clone for GetReportGroupTrendOutput
impl Clone for GetReportGroupTrendOutput
sourcefn clone(&self) -> GetReportGroupTrendOutput
fn clone(&self) -> GetReportGroupTrendOutput
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 GetReportGroupTrendOutput
impl Debug for GetReportGroupTrendOutput
sourceimpl PartialEq<GetReportGroupTrendOutput> for GetReportGroupTrendOutput
impl PartialEq<GetReportGroupTrendOutput> for GetReportGroupTrendOutput
sourcefn eq(&self, other: &GetReportGroupTrendOutput) -> bool
fn eq(&self, other: &GetReportGroupTrendOutput) -> bool
impl StructuralPartialEq for GetReportGroupTrendOutput
Auto Trait Implementations
impl RefUnwindSafe for GetReportGroupTrendOutput
impl Send for GetReportGroupTrendOutput
impl Sync for GetReportGroupTrendOutput
impl Unpin for GetReportGroupTrendOutput
impl UnwindSafe for GetReportGroupTrendOutput
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