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