#[non_exhaustive]pub struct ScatterPlotUnaggregatedFieldWells { /* private fields */ }Expand description
The unaggregated field wells of a scatter plot.
Implementations§
source§impl ScatterPlotUnaggregatedFieldWells
impl ScatterPlotUnaggregatedFieldWells
sourcepub fn x_axis(&self) -> Option<&[DimensionField]>
pub fn x_axis(&self) -> Option<&[DimensionField]>
The x-axis field well of a scatter plot.
The x-axis is a dimension field and cannot be aggregated.
sourcepub fn y_axis(&self) -> Option<&[DimensionField]>
pub fn y_axis(&self) -> Option<&[DimensionField]>
The y-axis field well of a scatter plot.
The y-axis is a dimension field and cannot be aggregated.
sourcepub fn size(&self) -> Option<&[MeasureField]>
pub fn size(&self) -> Option<&[MeasureField]>
The size field well of a scatter plot.
source§impl ScatterPlotUnaggregatedFieldWells
impl ScatterPlotUnaggregatedFieldWells
sourcepub fn builder() -> ScatterPlotUnaggregatedFieldWellsBuilder
pub fn builder() -> ScatterPlotUnaggregatedFieldWellsBuilder
Creates a new builder-style object to manufacture ScatterPlotUnaggregatedFieldWells.
Trait Implementations§
source§impl Clone for ScatterPlotUnaggregatedFieldWells
impl Clone for ScatterPlotUnaggregatedFieldWells
source§fn clone(&self) -> ScatterPlotUnaggregatedFieldWells
fn clone(&self) -> ScatterPlotUnaggregatedFieldWells
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<ScatterPlotUnaggregatedFieldWells> for ScatterPlotUnaggregatedFieldWells
impl PartialEq<ScatterPlotUnaggregatedFieldWells> for ScatterPlotUnaggregatedFieldWells
source§fn eq(&self, other: &ScatterPlotUnaggregatedFieldWells) -> bool
fn eq(&self, other: &ScatterPlotUnaggregatedFieldWells) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ScatterPlotUnaggregatedFieldWells
Auto Trait Implementations§
impl RefUnwindSafe for ScatterPlotUnaggregatedFieldWells
impl Send for ScatterPlotUnaggregatedFieldWells
impl Sync for ScatterPlotUnaggregatedFieldWells
impl Unpin for ScatterPlotUnaggregatedFieldWells
impl UnwindSafe for ScatterPlotUnaggregatedFieldWells
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