Struct aws_sdk_quicksight::types::ReferenceLine
source · #[non_exhaustive]pub struct ReferenceLine { /* private fields */ }Expand description
The reference line visual display options.
Implementations§
source§impl ReferenceLine
impl ReferenceLine
sourcepub fn status(&self) -> Option<&WidgetStatus>
pub fn status(&self) -> Option<&WidgetStatus>
The status of the reference line. Choose one of the following options:
-
ENABLE -
DISABLE
sourcepub fn data_configuration(&self) -> Option<&ReferenceLineDataConfiguration>
pub fn data_configuration(&self) -> Option<&ReferenceLineDataConfiguration>
The data configuration of the reference line.
sourcepub fn style_configuration(&self) -> Option<&ReferenceLineStyleConfiguration>
pub fn style_configuration(&self) -> Option<&ReferenceLineStyleConfiguration>
The style configuration of the reference line.
sourcepub fn label_configuration(&self) -> Option<&ReferenceLineLabelConfiguration>
pub fn label_configuration(&self) -> Option<&ReferenceLineLabelConfiguration>
The label configuration of the reference line.
source§impl ReferenceLine
impl ReferenceLine
sourcepub fn builder() -> ReferenceLineBuilder
pub fn builder() -> ReferenceLineBuilder
Creates a new builder-style object to manufacture ReferenceLine.
Trait Implementations§
source§impl Clone for ReferenceLine
impl Clone for ReferenceLine
source§fn clone(&self) -> ReferenceLine
fn clone(&self) -> ReferenceLine
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 ReferenceLine
impl Debug for ReferenceLine
source§impl PartialEq<ReferenceLine> for ReferenceLine
impl PartialEq<ReferenceLine> for ReferenceLine
source§fn eq(&self, other: &ReferenceLine) -> bool
fn eq(&self, other: &ReferenceLine) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ReferenceLine
Auto Trait Implementations§
impl RefUnwindSafe for ReferenceLine
impl Send for ReferenceLine
impl Sync for ReferenceLine
impl Unpin for ReferenceLine
impl UnwindSafe for ReferenceLine
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