Struct aws_sdk_devopsguru::model::AnomalyReportedTimeRange
source · [−]#[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
sourceimpl AnomalyReportedTimeRange
impl AnomalyReportedTimeRange
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnomalyReportedTimeRange
.
Trait Implementations
sourceimpl Clone for AnomalyReportedTimeRange
impl Clone for AnomalyReportedTimeRange
sourcefn clone(&self) -> AnomalyReportedTimeRange
fn clone(&self) -> AnomalyReportedTimeRange
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 AnomalyReportedTimeRange
impl Debug for AnomalyReportedTimeRange
sourceimpl PartialEq<AnomalyReportedTimeRange> for AnomalyReportedTimeRange
impl PartialEq<AnomalyReportedTimeRange> for AnomalyReportedTimeRange
sourcefn eq(&self, other: &AnomalyReportedTimeRange) -> bool
fn eq(&self, other: &AnomalyReportedTimeRange) -> bool
impl StructuralPartialEq for AnomalyReportedTimeRange
Auto Trait Implementations
impl RefUnwindSafe for AnomalyReportedTimeRange
impl Send for AnomalyReportedTimeRange
impl Sync for AnomalyReportedTimeRange
impl Unpin for AnomalyReportedTimeRange
impl UnwindSafe for AnomalyReportedTimeRange
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