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