Struct aws_sdk_quicksight::model::TableSortConfiguration
source · #[non_exhaustive]pub struct TableSortConfiguration { /* private fields */ }
Expand description
The sort configuration for a TableVisual
.
Implementations§
source§impl TableSortConfiguration
impl TableSortConfiguration
sourcepub fn row_sort(&self) -> Option<&[FieldSortOptions]>
pub fn row_sort(&self) -> Option<&[FieldSortOptions]>
The field sort options for rows in the table.
sourcepub fn pagination_configuration(&self) -> Option<&PaginationConfiguration>
pub fn pagination_configuration(&self) -> Option<&PaginationConfiguration>
The pagination configuration (page size, page number) for the table.
source§impl TableSortConfiguration
impl TableSortConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TableSortConfiguration
.
Trait Implementations§
source§impl Clone for TableSortConfiguration
impl Clone for TableSortConfiguration
source§fn clone(&self) -> TableSortConfiguration
fn clone(&self) -> TableSortConfiguration
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 TableSortConfiguration
impl Debug for TableSortConfiguration
source§impl PartialEq<TableSortConfiguration> for TableSortConfiguration
impl PartialEq<TableSortConfiguration> for TableSortConfiguration
source§fn eq(&self, other: &TableSortConfiguration) -> bool
fn eq(&self, other: &TableSortConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.