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