#[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() -> AxisLabelReferenceOptionsBuilder
pub fn builder() -> AxisLabelReferenceOptionsBuilder
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 ==.impl StructuralPartialEq for AxisLabelReferenceOptions
Auto Trait Implementations§
impl RefUnwindSafe for AxisLabelReferenceOptions
impl Send for AxisLabelReferenceOptions
impl Sync for AxisLabelReferenceOptions
impl Unpin for AxisLabelReferenceOptions
impl UnwindSafe for AxisLabelReferenceOptions
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