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