Struct aws_sdk_quicksight::types::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() -> PivotTableTotalOptionsBuilder
pub fn builder() -> PivotTableTotalOptionsBuilder
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 ==.impl StructuralPartialEq for PivotTableTotalOptions
Auto Trait Implementations§
impl RefUnwindSafe for PivotTableTotalOptions
impl Send for PivotTableTotalOptions
impl Sync for PivotTableTotalOptions
impl Unpin for PivotTableTotalOptions
impl UnwindSafe for PivotTableTotalOptions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more