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§
source§impl InsightTimeRange
impl InsightTimeRange
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InsightTimeRange
.
Trait Implementations§
source§impl Clone for InsightTimeRange
impl Clone for InsightTimeRange
source§fn clone(&self) -> InsightTimeRange
fn clone(&self) -> InsightTimeRange
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 InsightTimeRange
impl Debug for InsightTimeRange
source§impl PartialEq<InsightTimeRange> for InsightTimeRange
impl PartialEq<InsightTimeRange> for InsightTimeRange
source§fn eq(&self, other: &InsightTimeRange) -> bool
fn eq(&self, other: &InsightTimeRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.