Struct aws_sdk_quicksight::model::TableSideBorderOptions
source · #[non_exhaustive]pub struct TableSideBorderOptions { /* private fields */ }
Expand description
The side border options for a table.
Implementations§
source§impl TableSideBorderOptions
impl TableSideBorderOptions
sourcepub fn inner_vertical(&self) -> Option<&TableBorderOptions>
pub fn inner_vertical(&self) -> Option<&TableBorderOptions>
The table border options of the inner vertical border.
sourcepub fn inner_horizontal(&self) -> Option<&TableBorderOptions>
pub fn inner_horizontal(&self) -> Option<&TableBorderOptions>
The table border options of the inner horizontal border.
sourcepub fn left(&self) -> Option<&TableBorderOptions>
pub fn left(&self) -> Option<&TableBorderOptions>
The table border options of the left border.
sourcepub fn right(&self) -> Option<&TableBorderOptions>
pub fn right(&self) -> Option<&TableBorderOptions>
The table border options of the right border.
sourcepub fn top(&self) -> Option<&TableBorderOptions>
pub fn top(&self) -> Option<&TableBorderOptions>
The table border options of the top border.
sourcepub fn bottom(&self) -> Option<&TableBorderOptions>
pub fn bottom(&self) -> Option<&TableBorderOptions>
The table border options of the bottom border.
source§impl TableSideBorderOptions
impl TableSideBorderOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TableSideBorderOptions
.
Trait Implementations§
source§impl Clone for TableSideBorderOptions
impl Clone for TableSideBorderOptions
source§fn clone(&self) -> TableSideBorderOptions
fn clone(&self) -> TableSideBorderOptions
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 TableSideBorderOptions
impl Debug for TableSideBorderOptions
source§impl PartialEq<TableSideBorderOptions> for TableSideBorderOptions
impl PartialEq<TableSideBorderOptions> for TableSideBorderOptions
source§fn eq(&self, other: &TableSideBorderOptions) -> bool
fn eq(&self, other: &TableSideBorderOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.