Struct aws_sdk_securityhub::model::DateFilter
source · #[non_exhaustive]pub struct DateFilter { /* private fields */ }
Expand description
A date filter for querying findings.
Implementations§
source§impl DateFilter
impl DateFilter
source§impl DateFilter
impl DateFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DateFilter
.
Trait Implementations§
source§impl Clone for DateFilter
impl Clone for DateFilter
source§fn clone(&self) -> DateFilter
fn clone(&self) -> DateFilter
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 DateFilter
impl Debug for DateFilter
source§impl PartialEq<DateFilter> for DateFilter
impl PartialEq<DateFilter> for DateFilter
source§fn eq(&self, other: &DateFilter) -> bool
fn eq(&self, other: &DateFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.