Struct aws_sdk_quicksight::model::VisualPalette
source · #[non_exhaustive]pub struct VisualPalette { /* private fields */ }
Expand description
The visual display options for the visual palette.
Implementations§
source§impl VisualPalette
impl VisualPalette
sourcepub fn chart_color(&self) -> Option<&str>
pub fn chart_color(&self) -> Option<&str>
The chart color options for the visual palette.
sourcepub fn color_map(&self) -> Option<&[DataPathColor]>
pub fn color_map(&self) -> Option<&[DataPathColor]>
The color map options for the visual palette.
source§impl VisualPalette
impl VisualPalette
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VisualPalette
.
Trait Implementations§
source§impl Clone for VisualPalette
impl Clone for VisualPalette
source§fn clone(&self) -> VisualPalette
fn clone(&self) -> VisualPalette
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 VisualPalette
impl Debug for VisualPalette
source§impl PartialEq<VisualPalette> for VisualPalette
impl PartialEq<VisualPalette> for VisualPalette
source§fn eq(&self, other: &VisualPalette) -> bool
fn eq(&self, other: &VisualPalette) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.