#[non_exhaustive]pub struct WordCloudSortConfiguration { /* private fields */ }
Expand description
The sort configuration of a word cloud visual.
Implementations§
source§impl WordCloudSortConfiguration
impl WordCloudSortConfiguration
sourcepub fn category_items_limit(&self) -> Option<&ItemsLimitConfiguration>
pub fn category_items_limit(&self) -> Option<&ItemsLimitConfiguration>
The limit on the number of groups that are displayed in a word cloud.
sourcepub fn category_sort(&self) -> Option<&[FieldSortOptions]>
pub fn category_sort(&self) -> Option<&[FieldSortOptions]>
The sort configuration of group by fields.
source§impl WordCloudSortConfiguration
impl WordCloudSortConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WordCloudSortConfiguration
.
Trait Implementations§
source§impl Clone for WordCloudSortConfiguration
impl Clone for WordCloudSortConfiguration
source§fn clone(&self) -> WordCloudSortConfiguration
fn clone(&self) -> WordCloudSortConfiguration
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 WordCloudSortConfiguration
impl Debug for WordCloudSortConfiguration
source§impl PartialEq<WordCloudSortConfiguration> for WordCloudSortConfiguration
impl PartialEq<WordCloudSortConfiguration> for WordCloudSortConfiguration
source§fn eq(&self, other: &WordCloudSortConfiguration) -> bool
fn eq(&self, other: &WordCloudSortConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.