#[non_exhaustive]pub struct BoxPlotSortConfiguration { /* private fields */ }
Expand description
The sort configuration of a BoxPlotVisual
.
Implementations§
source§impl BoxPlotSortConfiguration
impl BoxPlotSortConfiguration
sourcepub fn category_sort(&self) -> Option<&[FieldSortOptions]>
pub fn category_sort(&self) -> Option<&[FieldSortOptions]>
The sort configuration of a group by fields.
sourcepub fn pagination_configuration(&self) -> Option<&PaginationConfiguration>
pub fn pagination_configuration(&self) -> Option<&PaginationConfiguration>
The pagination configuration of a table visual or box plot.
source§impl BoxPlotSortConfiguration
impl BoxPlotSortConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BoxPlotSortConfiguration
.
Trait Implementations§
source§impl Clone for BoxPlotSortConfiguration
impl Clone for BoxPlotSortConfiguration
source§fn clone(&self) -> BoxPlotSortConfiguration
fn clone(&self) -> BoxPlotSortConfiguration
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 BoxPlotSortConfiguration
impl Debug for BoxPlotSortConfiguration
source§impl PartialEq<BoxPlotSortConfiguration> for BoxPlotSortConfiguration
impl PartialEq<BoxPlotSortConfiguration> for BoxPlotSortConfiguration
source§fn eq(&self, other: &BoxPlotSortConfiguration) -> bool
fn eq(&self, other: &BoxPlotSortConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.