#[non_exhaustive]pub struct GeospatialHeatmapConfigurationBuilder { /* private fields */ }Expand description
A builder for GeospatialHeatmapConfiguration.
Implementations§
source§impl GeospatialHeatmapConfigurationBuilder
impl GeospatialHeatmapConfigurationBuilder
sourcepub fn heatmap_color(self, input: GeospatialHeatmapColorScale) -> Self
pub fn heatmap_color(self, input: GeospatialHeatmapColorScale) -> Self
The color scale specification for the heatmap point style.
sourcepub fn set_heatmap_color(
self,
input: Option<GeospatialHeatmapColorScale>
) -> Self
pub fn set_heatmap_color( self, input: Option<GeospatialHeatmapColorScale> ) -> Self
The color scale specification for the heatmap point style.
sourcepub fn get_heatmap_color(&self) -> &Option<GeospatialHeatmapColorScale>
pub fn get_heatmap_color(&self) -> &Option<GeospatialHeatmapColorScale>
The color scale specification for the heatmap point style.
sourcepub fn build(self) -> GeospatialHeatmapConfiguration
pub fn build(self) -> GeospatialHeatmapConfiguration
Consumes the builder and constructs a GeospatialHeatmapConfiguration.
Trait Implementations§
source§impl Clone for GeospatialHeatmapConfigurationBuilder
impl Clone for GeospatialHeatmapConfigurationBuilder
source§fn clone(&self) -> GeospatialHeatmapConfigurationBuilder
fn clone(&self) -> GeospatialHeatmapConfigurationBuilder
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 GeospatialHeatmapConfigurationBuilder
impl Default for GeospatialHeatmapConfigurationBuilder
source§fn default() -> GeospatialHeatmapConfigurationBuilder
fn default() -> GeospatialHeatmapConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GeospatialHeatmapConfigurationBuilder
impl PartialEq for GeospatialHeatmapConfigurationBuilder
source§fn eq(&self, other: &GeospatialHeatmapConfigurationBuilder) -> bool
fn eq(&self, other: &GeospatialHeatmapConfigurationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GeospatialHeatmapConfigurationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GeospatialHeatmapConfigurationBuilder
impl Send for GeospatialHeatmapConfigurationBuilder
impl Sync for GeospatialHeatmapConfigurationBuilder
impl Unpin for GeospatialHeatmapConfigurationBuilder
impl UnwindSafe for GeospatialHeatmapConfigurationBuilder
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.