Struct aws_sdk_quicksight::model::WaterfallChartOptions
source · #[non_exhaustive]pub struct WaterfallChartOptions { /* private fields */ }
Expand description
The options that determine the presentation of a waterfall visual.
Implementations§
source§impl WaterfallChartOptions
impl WaterfallChartOptions
sourcepub fn total_bar_label(&self) -> Option<&str>
pub fn total_bar_label(&self) -> Option<&str>
This option determines the total bar label of a waterfall visual.
source§impl WaterfallChartOptions
impl WaterfallChartOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WaterfallChartOptions
.
Trait Implementations§
source§impl Clone for WaterfallChartOptions
impl Clone for WaterfallChartOptions
source§fn clone(&self) -> WaterfallChartOptions
fn clone(&self) -> WaterfallChartOptions
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 WaterfallChartOptions
impl Debug for WaterfallChartOptions
source§impl PartialEq<WaterfallChartOptions> for WaterfallChartOptions
impl PartialEq<WaterfallChartOptions> for WaterfallChartOptions
source§fn eq(&self, other: &WaterfallChartOptions) -> bool
fn eq(&self, other: &WaterfallChartOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.