Struct aws_sdk_quicksight::model::DataPathSort
source · #[non_exhaustive]pub struct DataPathSort { /* private fields */ }
Expand description
Allows data paths to be sorted by a specific data value.
Implementations§
source§impl DataPathSort
impl DataPathSort
sourcepub fn direction(&self) -> Option<&SortDirection>
pub fn direction(&self) -> Option<&SortDirection>
Determines the sort direction.
sourcepub fn sort_paths(&self) -> Option<&[DataPathValue]>
pub fn sort_paths(&self) -> Option<&[DataPathValue]>
The list of data paths that need to be sorted.
source§impl DataPathSort
impl DataPathSort
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataPathSort
.
Trait Implementations§
source§impl Clone for DataPathSort
impl Clone for DataPathSort
source§fn clone(&self) -> DataPathSort
fn clone(&self) -> DataPathSort
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 DataPathSort
impl Debug for DataPathSort
source§impl PartialEq<DataPathSort> for DataPathSort
impl PartialEq<DataPathSort> for DataPathSort
source§fn eq(&self, other: &DataPathSort) -> bool
fn eq(&self, other: &DataPathSort) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.