#[non_exhaustive]pub struct AxisLogarithmicScaleBuilder { /* private fields */ }Expand description
A builder for AxisLogarithmicScale.
Implementations§
Trait Implementations§
source§impl Clone for AxisLogarithmicScaleBuilder
impl Clone for AxisLogarithmicScaleBuilder
source§fn clone(&self) -> AxisLogarithmicScaleBuilder
fn clone(&self) -> AxisLogarithmicScaleBuilder
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 AxisLogarithmicScaleBuilder
impl Debug for AxisLogarithmicScaleBuilder
source§impl Default for AxisLogarithmicScaleBuilder
impl Default for AxisLogarithmicScaleBuilder
source§fn default() -> AxisLogarithmicScaleBuilder
fn default() -> AxisLogarithmicScaleBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AxisLogarithmicScaleBuilder> for AxisLogarithmicScaleBuilder
impl PartialEq<AxisLogarithmicScaleBuilder> for AxisLogarithmicScaleBuilder
source§fn eq(&self, other: &AxisLogarithmicScaleBuilder) -> bool
fn eq(&self, other: &AxisLogarithmicScaleBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.