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