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