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