Struct aws_sdk_quicksight::model::DecimalDefaultValues
source · #[non_exhaustive]pub struct DecimalDefaultValues { /* private fields */ }
Expand description
The default values of the DecimalParameterDeclaration
.
Implementations§
source§impl DecimalDefaultValues
impl DecimalDefaultValues
sourcepub fn dynamic_value(&self) -> Option<&DynamicDefaultValue>
pub fn dynamic_value(&self) -> Option<&DynamicDefaultValue>
The dynamic value of the DecimalDefaultValues
. Different defaults are displayed according to users, groups, and values mapping.
sourcepub fn static_values(&self) -> Option<&[f64]>
pub fn static_values(&self) -> Option<&[f64]>
The static values of the DecimalDefaultValues
.
source§impl DecimalDefaultValues
impl DecimalDefaultValues
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DecimalDefaultValues
.
Trait Implementations§
source§impl Clone for DecimalDefaultValues
impl Clone for DecimalDefaultValues
source§fn clone(&self) -> DecimalDefaultValues
fn clone(&self) -> DecimalDefaultValues
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 DecimalDefaultValues
impl Debug for DecimalDefaultValues
source§impl PartialEq<DecimalDefaultValues> for DecimalDefaultValues
impl PartialEq<DecimalDefaultValues> for DecimalDefaultValues
source§fn eq(&self, other: &DecimalDefaultValues) -> bool
fn eq(&self, other: &DecimalDefaultValues) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.