Struct aws_sdk_quicksight::types::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() -> UniqueValuesComputationBuilder
pub fn builder() -> UniqueValuesComputationBuilder
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 ==.impl StructuralPartialEq for UniqueValuesComputation
Auto Trait Implementations§
impl RefUnwindSafe for UniqueValuesComputation
impl Send for UniqueValuesComputation
impl Sync for UniqueValuesComputation
impl Unpin for UniqueValuesComputation
impl UnwindSafe for UniqueValuesComputation
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