Struct aws_sdk_quicksight::types::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() -> DonutCenterOptionsBuilder
pub fn builder() -> DonutCenterOptionsBuilder
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 ==.impl StructuralPartialEq for DonutCenterOptions
Auto Trait Implementations§
impl RefUnwindSafe for DonutCenterOptions
impl Send for DonutCenterOptions
impl Sync for DonutCenterOptions
impl Unpin for DonutCenterOptions
impl UnwindSafe for DonutCenterOptions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more