Struct aws_sdk_quicksight::model::AxisDataOptions
source · #[non_exhaustive]pub struct AxisDataOptions { /* private fields */ }
Expand description
The data options for an axis.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Implementations§
source§impl AxisDataOptions
impl AxisDataOptions
sourcepub fn numeric_axis_options(&self) -> Option<&NumericAxisOptions>
pub fn numeric_axis_options(&self) -> Option<&NumericAxisOptions>
The options for an axis with a numeric field.
sourcepub fn date_axis_options(&self) -> Option<&DateAxisOptions>
pub fn date_axis_options(&self) -> Option<&DateAxisOptions>
The options for an axis with a date field.
source§impl AxisDataOptions
impl AxisDataOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AxisDataOptions
.
Trait Implementations§
source§impl Clone for AxisDataOptions
impl Clone for AxisDataOptions
source§fn clone(&self) -> AxisDataOptions
fn clone(&self) -> AxisDataOptions
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 AxisDataOptions
impl Debug for AxisDataOptions
source§impl PartialEq<AxisDataOptions> for AxisDataOptions
impl PartialEq<AxisDataOptions> for AxisDataOptions
source§fn eq(&self, other: &AxisDataOptions) -> bool
fn eq(&self, other: &AxisDataOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.