Struct aws_sdk_quicksight::model::DataFieldSeriesItem
source · #[non_exhaustive]pub struct DataFieldSeriesItem { /* private fields */ }
Expand description
The data field series item configuration of a line chart.
Implementations§
source§impl DataFieldSeriesItem
impl DataFieldSeriesItem
sourcepub fn field_id(&self) -> Option<&str>
pub fn field_id(&self) -> Option<&str>
The field ID of the field that you are setting the axis binding to.
sourcepub fn field_value(&self) -> Option<&str>
pub fn field_value(&self) -> Option<&str>
The field value of the field that you are setting the axis binding to.
sourcepub fn axis_binding(&self) -> Option<&AxisBinding>
pub fn axis_binding(&self) -> Option<&AxisBinding>
The axis that you are binding the field to.
sourcepub fn settings(&self) -> Option<&LineChartSeriesSettings>
pub fn settings(&self) -> Option<&LineChartSeriesSettings>
The options that determine the presentation of line series associated to the field.
source§impl DataFieldSeriesItem
impl DataFieldSeriesItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataFieldSeriesItem
.
Trait Implementations§
source§impl Clone for DataFieldSeriesItem
impl Clone for DataFieldSeriesItem
source§fn clone(&self) -> DataFieldSeriesItem
fn clone(&self) -> DataFieldSeriesItem
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 DataFieldSeriesItem
impl Debug for DataFieldSeriesItem
source§impl PartialEq<DataFieldSeriesItem> for DataFieldSeriesItem
impl PartialEq<DataFieldSeriesItem> for DataFieldSeriesItem
source§fn eq(&self, other: &DataFieldSeriesItem) -> bool
fn eq(&self, other: &DataFieldSeriesItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.