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