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