Struct aws_sdk_quicksight::types::WordCloudFieldWells
source · #[non_exhaustive]pub struct WordCloudFieldWells { /* private fields */ }Expand description
The field wells of a word cloud visual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Implementations§
source§impl WordCloudFieldWells
impl WordCloudFieldWells
sourcepub fn word_cloud_aggregated_field_wells(
&self
) -> Option<&WordCloudAggregatedFieldWells>
pub fn word_cloud_aggregated_field_wells( &self ) -> Option<&WordCloudAggregatedFieldWells>
The aggregated field wells of a word cloud.
source§impl WordCloudFieldWells
impl WordCloudFieldWells
sourcepub fn builder() -> WordCloudFieldWellsBuilder
pub fn builder() -> WordCloudFieldWellsBuilder
Creates a new builder-style object to manufacture WordCloudFieldWells.
Trait Implementations§
source§impl Clone for WordCloudFieldWells
impl Clone for WordCloudFieldWells
source§fn clone(&self) -> WordCloudFieldWells
fn clone(&self) -> WordCloudFieldWells
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 WordCloudFieldWells
impl Debug for WordCloudFieldWells
source§impl PartialEq<WordCloudFieldWells> for WordCloudFieldWells
impl PartialEq<WordCloudFieldWells> for WordCloudFieldWells
source§fn eq(&self, other: &WordCloudFieldWells) -> bool
fn eq(&self, other: &WordCloudFieldWells) -> bool
This method tests for
self and other values to be equal, and is used
by ==.