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