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