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