#[non_exhaustive]pub struct FilledMapAggregatedFieldWells { /* private fields */ }Expand description
The aggregated field well of the filled map.
Implementations§
source§impl FilledMapAggregatedFieldWells
impl FilledMapAggregatedFieldWells
sourcepub fn geospatial(&self) -> Option<&[DimensionField]>
pub fn geospatial(&self) -> Option<&[DimensionField]>
The aggregated location field well of the filled map. Values are grouped by location fields.
sourcepub fn values(&self) -> Option<&[MeasureField]>
pub fn values(&self) -> Option<&[MeasureField]>
The aggregated color field well of a filled map. Values are aggregated based on location fields.
source§impl FilledMapAggregatedFieldWells
impl FilledMapAggregatedFieldWells
sourcepub fn builder() -> FilledMapAggregatedFieldWellsBuilder
pub fn builder() -> FilledMapAggregatedFieldWellsBuilder
Creates a new builder-style object to manufacture FilledMapAggregatedFieldWells.
Trait Implementations§
source§impl Clone for FilledMapAggregatedFieldWells
impl Clone for FilledMapAggregatedFieldWells
source§fn clone(&self) -> FilledMapAggregatedFieldWells
fn clone(&self) -> FilledMapAggregatedFieldWells
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 PartialEq<FilledMapAggregatedFieldWells> for FilledMapAggregatedFieldWells
impl PartialEq<FilledMapAggregatedFieldWells> for FilledMapAggregatedFieldWells
source§fn eq(&self, other: &FilledMapAggregatedFieldWells) -> bool
fn eq(&self, other: &FilledMapAggregatedFieldWells) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FilledMapAggregatedFieldWells
Auto Trait Implementations§
impl RefUnwindSafe for FilledMapAggregatedFieldWells
impl Send for FilledMapAggregatedFieldWells
impl Sync for FilledMapAggregatedFieldWells
impl Unpin for FilledMapAggregatedFieldWells
impl UnwindSafe for FilledMapAggregatedFieldWells
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more