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