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