Struct aws_sdk_quicksight::types::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() -> TableSideBorderOptionsBuilder
pub fn builder() -> TableSideBorderOptionsBuilder
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 ==.impl StructuralPartialEq for TableSideBorderOptions
Auto Trait Implementations§
impl RefUnwindSafe for TableSideBorderOptions
impl Send for TableSideBorderOptions
impl Sync for TableSideBorderOptions
impl Unpin for TableSideBorderOptions
impl UnwindSafe for TableSideBorderOptions
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