Struct aws_sdk_quicksight::model::DonutCenterOptions
source · #[non_exhaustive]pub struct DonutCenterOptions { /* private fields */ }
Expand description
The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
Implementations§
source§impl DonutCenterOptions
impl DonutCenterOptions
sourcepub fn label_visibility(&self) -> Option<&Visibility>
pub fn label_visibility(&self) -> Option<&Visibility>
Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'
.
source§impl DonutCenterOptions
impl DonutCenterOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DonutCenterOptions
.
Trait Implementations§
source§impl Clone for DonutCenterOptions
impl Clone for DonutCenterOptions
source§fn clone(&self) -> DonutCenterOptions
fn clone(&self) -> DonutCenterOptions
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 DonutCenterOptions
impl Debug for DonutCenterOptions
source§impl PartialEq<DonutCenterOptions> for DonutCenterOptions
impl PartialEq<DonutCenterOptions> for DonutCenterOptions
source§fn eq(&self, other: &DonutCenterOptions) -> bool
fn eq(&self, other: &DonutCenterOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.