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