#[non_exhaustive]pub struct WaterfallChartFieldWellsBuilder { /* private fields */ }Expand description
A builder for WaterfallChartFieldWells.
Implementations§
source§impl WaterfallChartFieldWellsBuilder
impl WaterfallChartFieldWellsBuilder
sourcepub fn waterfall_chart_aggregated_field_wells(
self,
input: WaterfallChartAggregatedFieldWells
) -> Self
pub fn waterfall_chart_aggregated_field_wells( self, input: WaterfallChartAggregatedFieldWells ) -> Self
The field well configuration of a waterfall visual.
sourcepub fn set_waterfall_chart_aggregated_field_wells(
self,
input: Option<WaterfallChartAggregatedFieldWells>
) -> Self
pub fn set_waterfall_chart_aggregated_field_wells( self, input: Option<WaterfallChartAggregatedFieldWells> ) -> Self
The field well configuration of a waterfall visual.
sourcepub fn get_waterfall_chart_aggregated_field_wells(
&self
) -> &Option<WaterfallChartAggregatedFieldWells>
pub fn get_waterfall_chart_aggregated_field_wells( &self ) -> &Option<WaterfallChartAggregatedFieldWells>
The field well configuration of a waterfall visual.
sourcepub fn build(self) -> WaterfallChartFieldWells
pub fn build(self) -> WaterfallChartFieldWells
Consumes the builder and constructs a WaterfallChartFieldWells.
Trait Implementations§
source§impl Clone for WaterfallChartFieldWellsBuilder
impl Clone for WaterfallChartFieldWellsBuilder
source§fn clone(&self) -> WaterfallChartFieldWellsBuilder
fn clone(&self) -> WaterfallChartFieldWellsBuilder
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 WaterfallChartFieldWellsBuilder
impl Default for WaterfallChartFieldWellsBuilder
source§fn default() -> WaterfallChartFieldWellsBuilder
fn default() -> WaterfallChartFieldWellsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for WaterfallChartFieldWellsBuilder
impl PartialEq for WaterfallChartFieldWellsBuilder
source§fn eq(&self, other: &WaterfallChartFieldWellsBuilder) -> bool
fn eq(&self, other: &WaterfallChartFieldWellsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for WaterfallChartFieldWellsBuilder
Auto Trait Implementations§
impl Freeze for WaterfallChartFieldWellsBuilder
impl RefUnwindSafe for WaterfallChartFieldWellsBuilder
impl Send for WaterfallChartFieldWellsBuilder
impl Sync for WaterfallChartFieldWellsBuilder
impl Unpin for WaterfallChartFieldWellsBuilder
impl UnwindSafe for WaterfallChartFieldWellsBuilder
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.