Struct aws_sdk_quicksight::types::LineChartSeriesSettings
source · #[non_exhaustive]pub struct LineChartSeriesSettings { /* private fields */ }Expand description
The options that determine the presentation of a line series in the visual
Implementations§
source§impl LineChartSeriesSettings
impl LineChartSeriesSettings
sourcepub fn line_style_settings(&self) -> Option<&LineChartLineStyleSettings>
pub fn line_style_settings(&self) -> Option<&LineChartLineStyleSettings>
Line styles options for a line series in LineChartVisual.
sourcepub fn marker_style_settings(&self) -> Option<&LineChartMarkerStyleSettings>
pub fn marker_style_settings(&self) -> Option<&LineChartMarkerStyleSettings>
Marker styles options for a line series in LineChartVisual.
source§impl LineChartSeriesSettings
impl LineChartSeriesSettings
sourcepub fn builder() -> LineChartSeriesSettingsBuilder
pub fn builder() -> LineChartSeriesSettingsBuilder
Creates a new builder-style object to manufacture LineChartSeriesSettings.
Trait Implementations§
source§impl Clone for LineChartSeriesSettings
impl Clone for LineChartSeriesSettings
source§fn clone(&self) -> LineChartSeriesSettings
fn clone(&self) -> LineChartSeriesSettings
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 LineChartSeriesSettings
impl Debug for LineChartSeriesSettings
source§impl PartialEq<LineChartSeriesSettings> for LineChartSeriesSettings
impl PartialEq<LineChartSeriesSettings> for LineChartSeriesSettings
source§fn eq(&self, other: &LineChartSeriesSettings) -> bool
fn eq(&self, other: &LineChartSeriesSettings) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LineChartSeriesSettings
Auto Trait Implementations§
impl RefUnwindSafe for LineChartSeriesSettings
impl Send for LineChartSeriesSettings
impl Sync for LineChartSeriesSettings
impl Unpin for LineChartSeriesSettings
impl UnwindSafe for LineChartSeriesSettings
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more