Struct aws_sdk_config::model::TimeWindow
source · #[non_exhaustive]pub struct TimeWindow { /* private fields */ }Expand description
Filters evaluation results based on start and end times.
Implementations§
source§impl TimeWindow
impl TimeWindow
source§impl TimeWindow
impl TimeWindow
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TimeWindow.
Trait Implementations§
source§impl Clone for TimeWindow
impl Clone for TimeWindow
source§fn clone(&self) -> TimeWindow
fn clone(&self) -> TimeWindow
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 TimeWindow
impl Debug for TimeWindow
source§impl PartialEq<TimeWindow> for TimeWindow
impl PartialEq<TimeWindow> for TimeWindow
source§fn eq(&self, other: &TimeWindow) -> bool
fn eq(&self, other: &TimeWindow) -> bool
This method tests for
self and other values to be equal, and is used
by ==.