Struct aws_sdk_quicksight::model::ColumnSort
source · #[non_exhaustive]pub struct ColumnSort { /* private fields */ }
Expand description
The sort configuration for a column that is not used in a field well.
Implementations§
source§impl ColumnSort
impl ColumnSort
sourcepub fn sort_by(&self) -> Option<&ColumnIdentifier>
pub fn sort_by(&self) -> Option<&ColumnIdentifier>
A column of a data set.
sourcepub fn direction(&self) -> Option<&SortDirection>
pub fn direction(&self) -> Option<&SortDirection>
The sort direction.
sourcepub fn aggregation_function(&self) -> Option<&AggregationFunction>
pub fn aggregation_function(&self) -> Option<&AggregationFunction>
The aggregation function that is defined in the column sort.
source§impl ColumnSort
impl ColumnSort
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ColumnSort
.
Trait Implementations§
source§impl Clone for ColumnSort
impl Clone for ColumnSort
source§fn clone(&self) -> ColumnSort
fn clone(&self) -> ColumnSort
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 ColumnSort
impl Debug for ColumnSort
source§impl PartialEq<ColumnSort> for ColumnSort
impl PartialEq<ColumnSort> for ColumnSort
source§fn eq(&self, other: &ColumnSort) -> bool
fn eq(&self, other: &ColumnSort) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.