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