#[non_exhaustive]pub struct HeatMapAggregatedFieldWells { /* private fields */ }Expand description
The aggregated field wells of a heat map.
Implementations§
source§impl HeatMapAggregatedFieldWells
impl HeatMapAggregatedFieldWells
sourcepub fn rows(&self) -> Option<&[DimensionField]>
pub fn rows(&self) -> Option<&[DimensionField]>
The rows field well of a heat map.
sourcepub fn columns(&self) -> Option<&[DimensionField]>
pub fn columns(&self) -> Option<&[DimensionField]>
The columns field well of a heat map.
sourcepub fn values(&self) -> Option<&[MeasureField]>
pub fn values(&self) -> Option<&[MeasureField]>
The values field well of a heat map.
source§impl HeatMapAggregatedFieldWells
impl HeatMapAggregatedFieldWells
sourcepub fn builder() -> HeatMapAggregatedFieldWellsBuilder
pub fn builder() -> HeatMapAggregatedFieldWellsBuilder
Creates a new builder-style object to manufacture HeatMapAggregatedFieldWells.
Trait Implementations§
source§impl Clone for HeatMapAggregatedFieldWells
impl Clone for HeatMapAggregatedFieldWells
source§fn clone(&self) -> HeatMapAggregatedFieldWells
fn clone(&self) -> HeatMapAggregatedFieldWells
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 HeatMapAggregatedFieldWells
impl Debug for HeatMapAggregatedFieldWells
source§impl PartialEq<HeatMapAggregatedFieldWells> for HeatMapAggregatedFieldWells
impl PartialEq<HeatMapAggregatedFieldWells> for HeatMapAggregatedFieldWells
source§fn eq(&self, other: &HeatMapAggregatedFieldWells) -> bool
fn eq(&self, other: &HeatMapAggregatedFieldWells) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for HeatMapAggregatedFieldWells
Auto Trait Implementations§
impl RefUnwindSafe for HeatMapAggregatedFieldWells
impl Send for HeatMapAggregatedFieldWells
impl Sync for HeatMapAggregatedFieldWells
impl Unpin for HeatMapAggregatedFieldWells
impl UnwindSafe for HeatMapAggregatedFieldWells
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