Struct aws_sdk_devopsguru::model::PredictionTimeRange
source · [−]#[non_exhaustive]pub struct PredictionTimeRange { /* private fields */ }
Expand description
The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
Implementations
sourceimpl PredictionTimeRange
impl PredictionTimeRange
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PredictionTimeRange
.
Trait Implementations
sourceimpl Clone for PredictionTimeRange
impl Clone for PredictionTimeRange
sourcefn clone(&self) -> PredictionTimeRange
fn clone(&self) -> PredictionTimeRange
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 PredictionTimeRange
impl Debug for PredictionTimeRange
sourceimpl PartialEq<PredictionTimeRange> for PredictionTimeRange
impl PartialEq<PredictionTimeRange> for PredictionTimeRange
sourcefn eq(&self, other: &PredictionTimeRange) -> bool
fn eq(&self, other: &PredictionTimeRange) -> bool
impl StructuralPartialEq for PredictionTimeRange
Auto Trait Implementations
impl RefUnwindSafe for PredictionTimeRange
impl Send for PredictionTimeRange
impl Sync for PredictionTimeRange
impl Unpin for PredictionTimeRange
impl UnwindSafe for PredictionTimeRange
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