Struct aws_sdk_quicksight::types::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() -> DataPathValueBuilder
pub fn builder() -> DataPathValueBuilder
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 ==.impl StructuralPartialEq for DataPathValue
Auto Trait Implementations§
impl RefUnwindSafe for DataPathValue
impl Send for DataPathValue
impl Sync for DataPathValue
impl Unpin for DataPathValue
impl UnwindSafe for DataPathValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more