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