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