Struct aws_sdk_quicksight::model::PivotTableTotalOptions
source · #[non_exhaustive]pub struct PivotTableTotalOptions { /* private fields */ }
Expand description
The total options for a pivot table visual.
Implementations§
source§impl PivotTableTotalOptions
impl PivotTableTotalOptions
sourcepub fn row_subtotal_options(&self) -> Option<&SubtotalOptions>
pub fn row_subtotal_options(&self) -> Option<&SubtotalOptions>
The row subtotal options.
sourcepub fn column_subtotal_options(&self) -> Option<&SubtotalOptions>
pub fn column_subtotal_options(&self) -> Option<&SubtotalOptions>
The column subtotal options.
sourcepub fn row_total_options(&self) -> Option<&PivotTotalOptions>
pub fn row_total_options(&self) -> Option<&PivotTotalOptions>
The row total options.
sourcepub fn column_total_options(&self) -> Option<&PivotTotalOptions>
pub fn column_total_options(&self) -> Option<&PivotTotalOptions>
The column total options.
source§impl PivotTableTotalOptions
impl PivotTableTotalOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PivotTableTotalOptions
.
Trait Implementations§
source§impl Clone for PivotTableTotalOptions
impl Clone for PivotTableTotalOptions
source§fn clone(&self) -> PivotTableTotalOptions
fn clone(&self) -> PivotTableTotalOptions
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 PivotTableTotalOptions
impl Debug for PivotTableTotalOptions
source§impl PartialEq<PivotTableTotalOptions> for PivotTableTotalOptions
impl PartialEq<PivotTableTotalOptions> for PivotTableTotalOptions
source§fn eq(&self, other: &PivotTableTotalOptions) -> bool
fn eq(&self, other: &PivotTableTotalOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.