Struct aws_sdk_quicksight::model::FieldLabelType
source · #[non_exhaustive]pub struct FieldLabelType { /* private fields */ }
Expand description
The field label type.
Implementations§
source§impl FieldLabelType
impl FieldLabelType
sourcepub fn field_id(&self) -> Option<&str>
pub fn field_id(&self) -> Option<&str>
Indicates the field that is targeted by the field label.
sourcepub fn visibility(&self) -> Option<&Visibility>
pub fn visibility(&self) -> Option<&Visibility>
The visibility of the field label.
source§impl FieldLabelType
impl FieldLabelType
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FieldLabelType
.
Trait Implementations§
source§impl Clone for FieldLabelType
impl Clone for FieldLabelType
source§fn clone(&self) -> FieldLabelType
fn clone(&self) -> FieldLabelType
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 FieldLabelType
impl Debug for FieldLabelType
source§impl PartialEq<FieldLabelType> for FieldLabelType
impl PartialEq<FieldLabelType> for FieldLabelType
source§fn eq(&self, other: &FieldLabelType) -> bool
fn eq(&self, other: &FieldLabelType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.