Struct aws_sdk_quicksight::types::PieChartFieldWells
source · #[non_exhaustive]pub struct PieChartFieldWells {
pub pie_chart_aggregated_field_wells: Option<PieChartAggregatedFieldWells>,
}Expand description
The field well configuration of a pie chart.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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.pie_chart_aggregated_field_wells: Option<PieChartAggregatedFieldWells>The field well configuration of a pie chart.
Implementations§
source§impl PieChartFieldWells
impl PieChartFieldWells
sourcepub fn pie_chart_aggregated_field_wells(
&self
) -> Option<&PieChartAggregatedFieldWells>
pub fn pie_chart_aggregated_field_wells( &self ) -> Option<&PieChartAggregatedFieldWells>
The field well configuration of a pie chart.
source§impl PieChartFieldWells
impl PieChartFieldWells
sourcepub fn builder() -> PieChartFieldWellsBuilder
pub fn builder() -> PieChartFieldWellsBuilder
Creates a new builder-style object to manufacture PieChartFieldWells.
Trait Implementations§
source§impl Clone for PieChartFieldWells
impl Clone for PieChartFieldWells
source§fn clone(&self) -> PieChartFieldWells
fn clone(&self) -> PieChartFieldWells
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 PieChartFieldWells
impl Debug for PieChartFieldWells
source§impl PartialEq for PieChartFieldWells
impl PartialEq for PieChartFieldWells
source§fn eq(&self, other: &PieChartFieldWells) -> bool
fn eq(&self, other: &PieChartFieldWells) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PieChartFieldWells
Auto Trait Implementations§
impl Freeze for PieChartFieldWells
impl RefUnwindSafe for PieChartFieldWells
impl Send for PieChartFieldWells
impl Sync for PieChartFieldWells
impl Unpin for PieChartFieldWells
impl UnwindSafe for PieChartFieldWells
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.