Struct aws_sdk_quicksight::model::SeriesItem
source · #[non_exhaustive]pub struct SeriesItem { /* private fields */ }
Expand description
The series item configuration of a line chart.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Implementations§
source§impl SeriesItem
impl SeriesItem
sourcepub fn field_series_item(&self) -> Option<&FieldSeriesItem>
pub fn field_series_item(&self) -> Option<&FieldSeriesItem>
The field series item configuration of a line chart.
sourcepub fn data_field_series_item(&self) -> Option<&DataFieldSeriesItem>
pub fn data_field_series_item(&self) -> Option<&DataFieldSeriesItem>
The data field series item configuration of a line chart.
source§impl SeriesItem
impl SeriesItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SeriesItem
.
Trait Implementations§
source§impl Clone for SeriesItem
impl Clone for SeriesItem
source§fn clone(&self) -> SeriesItem
fn clone(&self) -> SeriesItem
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 SeriesItem
impl Debug for SeriesItem
source§impl PartialEq<SeriesItem> for SeriesItem
impl PartialEq<SeriesItem> for SeriesItem
source§fn eq(&self, other: &SeriesItem) -> bool
fn eq(&self, other: &SeriesItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.