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