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