Struct aws_sdk_quicksight::types::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() -> ArcOptionsBuilder
pub fn builder() -> ArcOptionsBuilder
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 ==.impl StructuralPartialEq for ArcOptions
Auto Trait Implementations§
impl RefUnwindSafe for ArcOptions
impl Send for ArcOptions
impl Sync for ArcOptions
impl Unpin for ArcOptions
impl UnwindSafe for ArcOptions
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