Struct aws_sdk_quicksight::model::HeatMapFieldWells
source · #[non_exhaustive]pub struct HeatMapFieldWells { /* private fields */ }
Expand description
The field well configuration of a heat map.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Implementations§
source§impl HeatMapFieldWells
impl HeatMapFieldWells
sourcepub fn heat_map_aggregated_field_wells(
&self
) -> Option<&HeatMapAggregatedFieldWells>
pub fn heat_map_aggregated_field_wells(
&self
) -> Option<&HeatMapAggregatedFieldWells>
The aggregated field wells of a heat map.
source§impl HeatMapFieldWells
impl HeatMapFieldWells
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HeatMapFieldWells
.
Trait Implementations§
source§impl Clone for HeatMapFieldWells
impl Clone for HeatMapFieldWells
source§fn clone(&self) -> HeatMapFieldWells
fn clone(&self) -> HeatMapFieldWells
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 Debug for HeatMapFieldWells
impl Debug for HeatMapFieldWells
source§impl PartialEq<HeatMapFieldWells> for HeatMapFieldWells
impl PartialEq<HeatMapFieldWells> for HeatMapFieldWells
source§fn eq(&self, other: &HeatMapFieldWells) -> bool
fn eq(&self, other: &HeatMapFieldWells) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.