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