Struct aws_sdk_quicksight::model::LineChartFieldWells
source · #[non_exhaustive]pub struct LineChartFieldWells { /* private fields */ }
Expand description
The field well configuration of a line chart.
Implementations§
source§impl LineChartFieldWells
impl LineChartFieldWells
sourcepub fn line_chart_aggregated_field_wells(
&self
) -> Option<&LineChartAggregatedFieldWells>
pub fn line_chart_aggregated_field_wells(
&self
) -> Option<&LineChartAggregatedFieldWells>
The field well configuration of a line chart.
source§impl LineChartFieldWells
impl LineChartFieldWells
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LineChartFieldWells
.
Trait Implementations§
source§impl Clone for LineChartFieldWells
impl Clone for LineChartFieldWells
source§fn clone(&self) -> LineChartFieldWells
fn clone(&self) -> LineChartFieldWells
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 LineChartFieldWells
impl Debug for LineChartFieldWells
source§impl PartialEq<LineChartFieldWells> for LineChartFieldWells
impl PartialEq<LineChartFieldWells> for LineChartFieldWells
source§fn eq(&self, other: &LineChartFieldWells) -> bool
fn eq(&self, other: &LineChartFieldWells) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.