Struct aws_sdk_devopsguru::model::AnomalyTimeRange
source · [−]#[non_exhaustive]pub struct AnomalyTimeRange { /* private fields */ }
Expand description
A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from AnomalyReportedTimeRange
, which specifies the time range when DevOps Guru opens and then closes an anomaly.
Implementations
sourceimpl AnomalyTimeRange
impl AnomalyTimeRange
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnomalyTimeRange
.
Trait Implementations
sourceimpl Clone for AnomalyTimeRange
impl Clone for AnomalyTimeRange
sourcefn clone(&self) -> AnomalyTimeRange
fn clone(&self) -> AnomalyTimeRange
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 AnomalyTimeRange
impl Debug for AnomalyTimeRange
sourceimpl PartialEq<AnomalyTimeRange> for AnomalyTimeRange
impl PartialEq<AnomalyTimeRange> for AnomalyTimeRange
sourcefn eq(&self, other: &AnomalyTimeRange) -> bool
fn eq(&self, other: &AnomalyTimeRange) -> bool
impl StructuralPartialEq for AnomalyTimeRange
Auto Trait Implementations
impl RefUnwindSafe for AnomalyTimeRange
impl Send for AnomalyTimeRange
impl Sync for AnomalyTimeRange
impl Unpin for AnomalyTimeRange
impl UnwindSafe for AnomalyTimeRange
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