#[non_exhaustive]pub struct AxisLabelReferenceOptions { /* private fields */ }
Expand description
The reference that specifies where the axis label is applied to.
Implementations§
source§impl AxisLabelReferenceOptions
impl AxisLabelReferenceOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AxisLabelReferenceOptions
.
Trait Implementations§
source§impl Clone for AxisLabelReferenceOptions
impl Clone for AxisLabelReferenceOptions
source§fn clone(&self) -> AxisLabelReferenceOptions
fn clone(&self) -> AxisLabelReferenceOptions
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 Debug for AxisLabelReferenceOptions
impl Debug for AxisLabelReferenceOptions
source§impl PartialEq<AxisLabelReferenceOptions> for AxisLabelReferenceOptions
impl PartialEq<AxisLabelReferenceOptions> for AxisLabelReferenceOptions
source§fn eq(&self, other: &AxisLabelReferenceOptions) -> bool
fn eq(&self, other: &AxisLabelReferenceOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.