Struct aws_sdk_quicksight::model::TotalOptions
source · #[non_exhaustive]pub struct TotalOptions { /* private fields */ }
Expand description
The total options for a table visual.
Implementations§
source§impl TotalOptions
impl TotalOptions
sourcepub fn totals_visibility(&self) -> Option<&Visibility>
pub fn totals_visibility(&self) -> Option<&Visibility>
The visibility configuration for the total cells.
sourcepub fn placement(&self) -> Option<&TableTotalsPlacement>
pub fn placement(&self) -> Option<&TableTotalsPlacement>
The placement (start, end) for the total cells.
sourcepub fn scroll_status(&self) -> Option<&TableTotalsScrollStatus>
pub fn scroll_status(&self) -> Option<&TableTotalsScrollStatus>
The scroll status (pinned, scrolled) for the total cells.
sourcepub fn custom_label(&self) -> Option<&str>
pub fn custom_label(&self) -> Option<&str>
The custom label string for the total cells.
sourcepub fn total_cell_style(&self) -> Option<&TableCellStyle>
pub fn total_cell_style(&self) -> Option<&TableCellStyle>
Cell styling options for the total cells.
source§impl TotalOptions
impl TotalOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TotalOptions
.
Trait Implementations§
source§impl Clone for TotalOptions
impl Clone for TotalOptions
source§fn clone(&self) -> TotalOptions
fn clone(&self) -> TotalOptions
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 TotalOptions
impl Debug for TotalOptions
source§impl PartialEq<TotalOptions> for TotalOptions
impl PartialEq<TotalOptions> for TotalOptions
source§fn eq(&self, other: &TotalOptions) -> bool
fn eq(&self, other: &TotalOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.