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