#[non_exhaustive]pub struct FilterRelativeDateTimeControl { /* private fields */ }
Expand description
A control from a date filter that is used to specify the relative date.
Implementations§
source§impl FilterRelativeDateTimeControl
impl FilterRelativeDateTimeControl
sourcepub fn filter_control_id(&self) -> Option<&str>
pub fn filter_control_id(&self) -> Option<&str>
The ID of the FilterTextAreaControl
.
sourcepub fn source_filter_id(&self) -> Option<&str>
pub fn source_filter_id(&self) -> Option<&str>
The source filter ID of the FilterTextAreaControl
.
sourcepub fn display_options(&self) -> Option<&RelativeDateTimeControlDisplayOptions>
pub fn display_options(&self) -> Option<&RelativeDateTimeControlDisplayOptions>
The display options of a control.
source§impl FilterRelativeDateTimeControl
impl FilterRelativeDateTimeControl
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FilterRelativeDateTimeControl
.
Trait Implementations§
source§impl Clone for FilterRelativeDateTimeControl
impl Clone for FilterRelativeDateTimeControl
source§fn clone(&self) -> FilterRelativeDateTimeControl
fn clone(&self) -> FilterRelativeDateTimeControl
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 PartialEq<FilterRelativeDateTimeControl> for FilterRelativeDateTimeControl
impl PartialEq<FilterRelativeDateTimeControl> for FilterRelativeDateTimeControl
source§fn eq(&self, other: &FilterRelativeDateTimeControl) -> bool
fn eq(&self, other: &FilterRelativeDateTimeControl) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.