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