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