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