Struct aws_sdk_quicksight::model::FieldSortOptions
source · #[non_exhaustive]pub struct FieldSortOptions { /* private fields */ }
Expand description
The field sort options in a chart configuration.
Implementations§
source§impl FieldSortOptions
impl FieldSortOptions
sourcepub fn field_sort(&self) -> Option<&FieldSort>
pub fn field_sort(&self) -> Option<&FieldSort>
The sort configuration for a field in a field well.
sourcepub fn column_sort(&self) -> Option<&ColumnSort>
pub fn column_sort(&self) -> Option<&ColumnSort>
The sort configuration for a column that is not used in a field well.
source§impl FieldSortOptions
impl FieldSortOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FieldSortOptions
.
Trait Implementations§
source§impl Clone for FieldSortOptions
impl Clone for FieldSortOptions
source§fn clone(&self) -> FieldSortOptions
fn clone(&self) -> FieldSortOptions
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 FieldSortOptions
impl Debug for FieldSortOptions
source§impl PartialEq<FieldSortOptions> for FieldSortOptions
impl PartialEq<FieldSortOptions> for FieldSortOptions
source§fn eq(&self, other: &FieldSortOptions) -> bool
fn eq(&self, other: &FieldSortOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.