Struct aws_sdk_quicksight::model::LabelOptions
source · #[non_exhaustive]pub struct LabelOptions { /* private fields */ }
Expand description
The share label options for the labels.
Implementations§
source§impl LabelOptions
impl LabelOptions
sourcepub fn visibility(&self) -> Option<&Visibility>
pub fn visibility(&self) -> Option<&Visibility>
Determines whether or not the label is visible.
sourcepub fn font_configuration(&self) -> Option<&FontConfiguration>
pub fn font_configuration(&self) -> Option<&FontConfiguration>
The font configuration of the label.
sourcepub fn custom_label(&self) -> Option<&str>
pub fn custom_label(&self) -> Option<&str>
The text for the label.
source§impl LabelOptions
impl LabelOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LabelOptions
.
Trait Implementations§
source§impl Clone for LabelOptions
impl Clone for LabelOptions
source§fn clone(&self) -> LabelOptions
fn clone(&self) -> LabelOptions
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 LabelOptions
impl Debug for LabelOptions
source§impl PartialEq<LabelOptions> for LabelOptions
impl PartialEq<LabelOptions> for LabelOptions
source§fn eq(&self, other: &LabelOptions) -> bool
fn eq(&self, other: &LabelOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.