Struct aws_sdk_quicksight::model::DataPathColor
source · #[non_exhaustive]pub struct DataPathColor { /* private fields */ }
Expand description
The color map that determines the color options for a particular element.
Implementations§
source§impl DataPathColor
impl DataPathColor
sourcepub fn element(&self) -> Option<&DataPathValue>
pub fn element(&self) -> Option<&DataPathValue>
The element that the color needs to be applied to.
sourcepub fn time_granularity(&self) -> Option<&TimeGranularity>
pub fn time_granularity(&self) -> Option<&TimeGranularity>
The time granularity of the field that the color needs to be applied to.
source§impl DataPathColor
impl DataPathColor
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataPathColor
.
Trait Implementations§
source§impl Clone for DataPathColor
impl Clone for DataPathColor
source§fn clone(&self) -> DataPathColor
fn clone(&self) -> DataPathColor
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 DataPathColor
impl Debug for DataPathColor
source§impl PartialEq<DataPathColor> for DataPathColor
impl PartialEq<DataPathColor> for DataPathColor
source§fn eq(&self, other: &DataPathColor) -> bool
fn eq(&self, other: &DataPathColor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.