Struct aws_sdk_quicksight::model::PivotTableFieldOptions
source · #[non_exhaustive]pub struct PivotTableFieldOptions { /* private fields */ }
Expand description
The field options for a pivot table visual.
Implementations§
source§impl PivotTableFieldOptions
impl PivotTableFieldOptions
sourcepub fn selected_field_options(&self) -> Option<&[PivotTableFieldOption]>
pub fn selected_field_options(&self) -> Option<&[PivotTableFieldOption]>
The selected field options for the pivot table field options.
sourcepub fn data_path_options(&self) -> Option<&[PivotTableDataPathOption]>
pub fn data_path_options(&self) -> Option<&[PivotTableDataPathOption]>
The data path options for the pivot table field options.
source§impl PivotTableFieldOptions
impl PivotTableFieldOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PivotTableFieldOptions
.
Trait Implementations§
source§impl Clone for PivotTableFieldOptions
impl Clone for PivotTableFieldOptions
source§fn clone(&self) -> PivotTableFieldOptions
fn clone(&self) -> PivotTableFieldOptions
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 PivotTableFieldOptions
impl Debug for PivotTableFieldOptions
source§impl PartialEq<PivotTableFieldOptions> for PivotTableFieldOptions
impl PartialEq<PivotTableFieldOptions> for PivotTableFieldOptions
source§fn eq(&self, other: &PivotTableFieldOptions) -> bool
fn eq(&self, other: &PivotTableFieldOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.