#[non_exhaustive]pub struct HeatMapSortConfiguration { /* private fields */ }
Expand description
The sort configuration of a heat map.
Implementations§
source§impl HeatMapSortConfiguration
impl HeatMapSortConfiguration
sourcepub fn heat_map_row_sort(&self) -> Option<&[FieldSortOptions]>
pub fn heat_map_row_sort(&self) -> Option<&[FieldSortOptions]>
The field sort configuration of the rows fields.
sourcepub fn heat_map_column_sort(&self) -> Option<&[FieldSortOptions]>
pub fn heat_map_column_sort(&self) -> Option<&[FieldSortOptions]>
The column sort configuration for heat map for columns that aren't a part of a field well.
sourcepub fn heat_map_row_items_limit_configuration(
&self
) -> Option<&ItemsLimitConfiguration>
pub fn heat_map_row_items_limit_configuration(
&self
) -> Option<&ItemsLimitConfiguration>
The limit on the number of rows that are displayed in a heat map.
sourcepub fn heat_map_column_items_limit_configuration(
&self
) -> Option<&ItemsLimitConfiguration>
pub fn heat_map_column_items_limit_configuration(
&self
) -> Option<&ItemsLimitConfiguration>
The limit on the number of columns that are displayed in a heat map.
source§impl HeatMapSortConfiguration
impl HeatMapSortConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HeatMapSortConfiguration
.
Trait Implementations§
source§impl Clone for HeatMapSortConfiguration
impl Clone for HeatMapSortConfiguration
source§fn clone(&self) -> HeatMapSortConfiguration
fn clone(&self) -> HeatMapSortConfiguration
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 HeatMapSortConfiguration
impl Debug for HeatMapSortConfiguration
source§impl PartialEq<HeatMapSortConfiguration> for HeatMapSortConfiguration
impl PartialEq<HeatMapSortConfiguration> for HeatMapSortConfiguration
source§fn eq(&self, other: &HeatMapSortConfiguration) -> bool
fn eq(&self, other: &HeatMapSortConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.