Struct aws_sdk_quicksight::model::ArcAxisDisplayRange
source · #[non_exhaustive]pub struct ArcAxisDisplayRange { /* private fields */ }
Expand description
The arc axis range of a GaugeChartVisual
.
Implementations§
source§impl ArcAxisDisplayRange
impl ArcAxisDisplayRange
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ArcAxisDisplayRange
.
Trait Implementations§
source§impl Clone for ArcAxisDisplayRange
impl Clone for ArcAxisDisplayRange
source§fn clone(&self) -> ArcAxisDisplayRange
fn clone(&self) -> ArcAxisDisplayRange
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 ArcAxisDisplayRange
impl Debug for ArcAxisDisplayRange
source§impl PartialEq<ArcAxisDisplayRange> for ArcAxisDisplayRange
impl PartialEq<ArcAxisDisplayRange> for ArcAxisDisplayRange
source§fn eq(&self, other: &ArcAxisDisplayRange) -> bool
fn eq(&self, other: &ArcAxisDisplayRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.