Struct aws_sdk_quicksight::model::DateAxisOptions
source · #[non_exhaustive]pub struct DateAxisOptions { /* private fields */ }
Expand description
The options that determine how a date axis is displayed.
Implementations§
source§impl DateAxisOptions
impl DateAxisOptions
sourcepub fn missing_date_visibility(&self) -> Option<&Visibility>
pub fn missing_date_visibility(&self) -> Option<&Visibility>
Determines whether or not missing dates are displayed.
source§impl DateAxisOptions
impl DateAxisOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DateAxisOptions
.
Trait Implementations§
source§impl Clone for DateAxisOptions
impl Clone for DateAxisOptions
source§fn clone(&self) -> DateAxisOptions
fn clone(&self) -> DateAxisOptions
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 DateAxisOptions
impl Debug for DateAxisOptions
source§impl PartialEq<DateAxisOptions> for DateAxisOptions
impl PartialEq<DateAxisOptions> for DateAxisOptions
source§fn eq(&self, other: &DateAxisOptions) -> bool
fn eq(&self, other: &DateAxisOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.