#[non_exhaustive]pub struct RollingDateConfiguration { /* private fields */ }
Expand description
The rolling date configuration of a date time filter.
Implementations§
source§impl RollingDateConfiguration
impl RollingDateConfiguration
sourcepub fn data_set_identifier(&self) -> Option<&str>
pub fn data_set_identifier(&self) -> Option<&str>
The data set that is used in the rolling date configuration.
sourcepub fn expression(&self) -> Option<&str>
pub fn expression(&self) -> Option<&str>
The expression of the rolling date configuration.
source§impl RollingDateConfiguration
impl RollingDateConfiguration
sourcepub fn builder() -> RollingDateConfigurationBuilder
pub fn builder() -> RollingDateConfigurationBuilder
Creates a new builder-style object to manufacture RollingDateConfiguration
.
Trait Implementations§
source§impl Clone for RollingDateConfiguration
impl Clone for RollingDateConfiguration
source§fn clone(&self) -> RollingDateConfiguration
fn clone(&self) -> RollingDateConfiguration
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 RollingDateConfiguration
impl Debug for RollingDateConfiguration
source§impl PartialEq<RollingDateConfiguration> for RollingDateConfiguration
impl PartialEq<RollingDateConfiguration> for RollingDateConfiguration
source§fn eq(&self, other: &RollingDateConfiguration) -> bool
fn eq(&self, other: &RollingDateConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.