Struct aws_sdk_quicksight::model::TableOptions
source · #[non_exhaustive]pub struct TableOptions { /* private fields */ }
Expand description
The table options for a table visual.
Implementations§
source§impl TableOptions
impl TableOptions
sourcepub fn orientation(&self) -> Option<&TableOrientation>
pub fn orientation(&self) -> Option<&TableOrientation>
The orientation (vertical, horizontal) for a table.
sourcepub fn header_style(&self) -> Option<&TableCellStyle>
pub fn header_style(&self) -> Option<&TableCellStyle>
The table cell style of a table header.
sourcepub fn cell_style(&self) -> Option<&TableCellStyle>
pub fn cell_style(&self) -> Option<&TableCellStyle>
The table cell style of table cells.
sourcepub fn row_alternate_color_options(&self) -> Option<&RowAlternateColorOptions>
pub fn row_alternate_color_options(&self) -> Option<&RowAlternateColorOptions>
The row alternate color options (widget status, row alternate colors) for a table.
source§impl TableOptions
impl TableOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TableOptions
.
Trait Implementations§
source§impl Clone for TableOptions
impl Clone for TableOptions
source§fn clone(&self) -> TableOptions
fn clone(&self) -> TableOptions
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 TableOptions
impl Debug for TableOptions
source§impl PartialEq<TableOptions> for TableOptions
impl PartialEq<TableOptions> for TableOptions
source§fn eq(&self, other: &TableOptions) -> bool
fn eq(&self, other: &TableOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.