Struct aws_sdk_quicksight::model::BoxPlotStyleOptions
source · #[non_exhaustive]pub struct BoxPlotStyleOptions { /* private fields */ }
Expand description
The style options of the box plot.
Implementations§
source§impl BoxPlotStyleOptions
impl BoxPlotStyleOptions
sourcepub fn fill_style(&self) -> Option<&BoxPlotFillStyle>
pub fn fill_style(&self) -> Option<&BoxPlotFillStyle>
The fill styles (solid, transparent) of the box plot.
source§impl BoxPlotStyleOptions
impl BoxPlotStyleOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BoxPlotStyleOptions
.
Trait Implementations§
source§impl Clone for BoxPlotStyleOptions
impl Clone for BoxPlotStyleOptions
source§fn clone(&self) -> BoxPlotStyleOptions
fn clone(&self) -> BoxPlotStyleOptions
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 BoxPlotStyleOptions
impl Debug for BoxPlotStyleOptions
source§impl PartialEq<BoxPlotStyleOptions> for BoxPlotStyleOptions
impl PartialEq<BoxPlotStyleOptions> for BoxPlotStyleOptions
source§fn eq(&self, other: &BoxPlotStyleOptions) -> bool
fn eq(&self, other: &BoxPlotStyleOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.