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