#[non_exhaustive]pub struct TableInlineVisualization { /* private fields */ }
Expand description
The inline visualization of a specific type to display within a chart.
Implementations§
source§impl TableInlineVisualization
impl TableInlineVisualization
sourcepub fn data_bars(&self) -> Option<&DataBarsOptions>
pub fn data_bars(&self) -> Option<&DataBarsOptions>
The configuration of the inline visualization of the data bars within a chart.
source§impl TableInlineVisualization
impl TableInlineVisualization
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TableInlineVisualization
.
Trait Implementations§
source§impl Clone for TableInlineVisualization
impl Clone for TableInlineVisualization
source§fn clone(&self) -> TableInlineVisualization
fn clone(&self) -> TableInlineVisualization
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 TableInlineVisualization
impl Debug for TableInlineVisualization
source§impl PartialEq<TableInlineVisualization> for TableInlineVisualization
impl PartialEq<TableInlineVisualization> for TableInlineVisualization
source§fn eq(&self, other: &TableInlineVisualization) -> bool
fn eq(&self, other: &TableInlineVisualization) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.