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