#[non_exhaustive]pub struct HeatMapAggregatedFieldWellsBuilder { /* private fields */ }Expand description
A builder for HeatMapAggregatedFieldWells.
Implementations§
source§impl HeatMapAggregatedFieldWellsBuilder
impl HeatMapAggregatedFieldWellsBuilder
sourcepub fn rows(self, input: DimensionField) -> Self
pub fn rows(self, input: DimensionField) -> Self
Appends an item to rows.
To override the contents of this collection use set_rows.
The rows field well of a heat map.
sourcepub fn set_rows(self, input: Option<Vec<DimensionField>>) -> Self
pub fn set_rows(self, input: Option<Vec<DimensionField>>) -> Self
The rows field well of a heat map.
sourcepub fn get_rows(&self) -> &Option<Vec<DimensionField>>
pub fn get_rows(&self) -> &Option<Vec<DimensionField>>
The rows field well of a heat map.
sourcepub fn columns(self, input: DimensionField) -> Self
pub fn columns(self, input: DimensionField) -> Self
Appends an item to columns.
To override the contents of this collection use set_columns.
The columns field well of a heat map.
sourcepub fn set_columns(self, input: Option<Vec<DimensionField>>) -> Self
pub fn set_columns(self, input: Option<Vec<DimensionField>>) -> Self
The columns field well of a heat map.
sourcepub fn get_columns(&self) -> &Option<Vec<DimensionField>>
pub fn get_columns(&self) -> &Option<Vec<DimensionField>>
The columns field well of a heat map.
sourcepub fn values(self, input: MeasureField) -> Self
pub fn values(self, input: MeasureField) -> Self
Appends an item to values.
To override the contents of this collection use set_values.
The values field well of a heat map.
sourcepub fn set_values(self, input: Option<Vec<MeasureField>>) -> Self
pub fn set_values(self, input: Option<Vec<MeasureField>>) -> Self
The values field well of a heat map.
sourcepub fn get_values(&self) -> &Option<Vec<MeasureField>>
pub fn get_values(&self) -> &Option<Vec<MeasureField>>
The values field well of a heat map.
sourcepub fn build(self) -> HeatMapAggregatedFieldWells
pub fn build(self) -> HeatMapAggregatedFieldWells
Consumes the builder and constructs a HeatMapAggregatedFieldWells.
Trait Implementations§
source§impl Clone for HeatMapAggregatedFieldWellsBuilder
impl Clone for HeatMapAggregatedFieldWellsBuilder
source§fn clone(&self) -> HeatMapAggregatedFieldWellsBuilder
fn clone(&self) -> HeatMapAggregatedFieldWellsBuilder
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 Default for HeatMapAggregatedFieldWellsBuilder
impl Default for HeatMapAggregatedFieldWellsBuilder
source§fn default() -> HeatMapAggregatedFieldWellsBuilder
fn default() -> HeatMapAggregatedFieldWellsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for HeatMapAggregatedFieldWellsBuilder
impl PartialEq for HeatMapAggregatedFieldWellsBuilder
source§fn eq(&self, other: &HeatMapAggregatedFieldWellsBuilder) -> bool
fn eq(&self, other: &HeatMapAggregatedFieldWellsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for HeatMapAggregatedFieldWellsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for HeatMapAggregatedFieldWellsBuilder
impl Send for HeatMapAggregatedFieldWellsBuilder
impl Sync for HeatMapAggregatedFieldWellsBuilder
impl Unpin for HeatMapAggregatedFieldWellsBuilder
impl UnwindSafe for HeatMapAggregatedFieldWellsBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.