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