Struct aws_sdk_devopsguru::types::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§
source§impl AnomalyTimeRange
impl AnomalyTimeRange
sourcepub fn builder() -> AnomalyTimeRangeBuilder
pub fn builder() -> AnomalyTimeRangeBuilder
Creates a new builder-style object to manufacture AnomalyTimeRange
.
Trait Implementations§
source§impl Clone for AnomalyTimeRange
impl Clone for AnomalyTimeRange
source§fn clone(&self) -> AnomalyTimeRange
fn clone(&self) -> AnomalyTimeRange
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 AnomalyTimeRange
impl Debug for AnomalyTimeRange
source§impl PartialEq<AnomalyTimeRange> for AnomalyTimeRange
impl PartialEq<AnomalyTimeRange> for AnomalyTimeRange
source§fn eq(&self, other: &AnomalyTimeRange) -> bool
fn eq(&self, other: &AnomalyTimeRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more