#[non_exhaustive]pub struct AnomalyReportedTimeRange { /* private fields */ }
Expand description
A time range that specifies when DevOps Guru opens and then closes an anomaly. This is different from AnomalyTimeRange
, which specifies the time range when DevOps Guru actually observes the anomalous behavior.
Implementations§
source§impl AnomalyReportedTimeRange
impl AnomalyReportedTimeRange
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnomalyReportedTimeRange
.
Trait Implementations§
source§impl Clone for AnomalyReportedTimeRange
impl Clone for AnomalyReportedTimeRange
source§fn clone(&self) -> AnomalyReportedTimeRange
fn clone(&self) -> AnomalyReportedTimeRange
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 AnomalyReportedTimeRange
impl Debug for AnomalyReportedTimeRange
source§impl PartialEq<AnomalyReportedTimeRange> for AnomalyReportedTimeRange
impl PartialEq<AnomalyReportedTimeRange> for AnomalyReportedTimeRange
source§fn eq(&self, other: &AnomalyReportedTimeRange) -> bool
fn eq(&self, other: &AnomalyReportedTimeRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.