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