#[non_exhaustive]pub struct AxisLabelReferenceOptionsBuilder { /* private fields */ }Expand description
A builder for AxisLabelReferenceOptions.
Implementations§
source§impl AxisLabelReferenceOptionsBuilder
impl AxisLabelReferenceOptionsBuilder
sourcepub fn field_id(self, input: impl Into<String>) -> Self
pub fn field_id(self, input: impl Into<String>) -> Self
The field that the axis label is targeted to.
sourcepub fn set_field_id(self, input: Option<String>) -> Self
pub fn set_field_id(self, input: Option<String>) -> Self
The field that the axis label is targeted to.
sourcepub fn column(self, input: ColumnIdentifier) -> Self
pub fn column(self, input: ColumnIdentifier) -> Self
The column that the axis label is targeted to.
sourcepub fn set_column(self, input: Option<ColumnIdentifier>) -> Self
pub fn set_column(self, input: Option<ColumnIdentifier>) -> Self
The column that the axis label is targeted to.
sourcepub fn build(self) -> AxisLabelReferenceOptions
pub fn build(self) -> AxisLabelReferenceOptions
Consumes the builder and constructs a AxisLabelReferenceOptions.
Trait Implementations§
source§impl Clone for AxisLabelReferenceOptionsBuilder
impl Clone for AxisLabelReferenceOptionsBuilder
source§fn clone(&self) -> AxisLabelReferenceOptionsBuilder
fn clone(&self) -> AxisLabelReferenceOptionsBuilder
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 AxisLabelReferenceOptionsBuilder
impl Default for AxisLabelReferenceOptionsBuilder
source§fn default() -> AxisLabelReferenceOptionsBuilder
fn default() -> AxisLabelReferenceOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AxisLabelReferenceOptionsBuilder> for AxisLabelReferenceOptionsBuilder
impl PartialEq<AxisLabelReferenceOptionsBuilder> for AxisLabelReferenceOptionsBuilder
source§fn eq(&self, other: &AxisLabelReferenceOptionsBuilder) -> bool
fn eq(&self, other: &AxisLabelReferenceOptionsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.