#[non_exhaustive]pub struct ConditionalFormattingSolidColor { /* private fields */ }
Expand description
Formatting configuration for solid color.
Implementations§
source§impl ConditionalFormattingSolidColor
impl ConditionalFormattingSolidColor
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConditionalFormattingSolidColor
.
Trait Implementations§
source§impl Clone for ConditionalFormattingSolidColor
impl Clone for ConditionalFormattingSolidColor
source§fn clone(&self) -> ConditionalFormattingSolidColor
fn clone(&self) -> ConditionalFormattingSolidColor
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<ConditionalFormattingSolidColor> for ConditionalFormattingSolidColor
impl PartialEq<ConditionalFormattingSolidColor> for ConditionalFormattingSolidColor
source§fn eq(&self, other: &ConditionalFormattingSolidColor) -> bool
fn eq(&self, other: &ConditionalFormattingSolidColor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.