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