Struct aws_sdk_quicksight::types::DonutCenterOptions
source · #[non_exhaustive]pub struct DonutCenterOptions {
pub label_visibility: Option<Visibility>,
}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.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.label_visibility: Option<Visibility>Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.
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 for DonutCenterOptions
impl PartialEq 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 Freeze for DonutCenterOptions
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.