#[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() -> GlobalTableBorderOptionsBuilder
pub fn builder() -> GlobalTableBorderOptionsBuilder
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 ==.impl StructuralPartialEq for GlobalTableBorderOptions
Auto Trait Implementations§
impl RefUnwindSafe for GlobalTableBorderOptions
impl Send for GlobalTableBorderOptions
impl Sync for GlobalTableBorderOptions
impl Unpin for GlobalTableBorderOptions
impl UnwindSafe for GlobalTableBorderOptions
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