Struct aws_sdk_quicksight::model::TooltipItem
source · #[non_exhaustive]pub struct TooltipItem { /* private fields */ }
Expand description
The tooltip.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Implementations§
source§impl TooltipItem
impl TooltipItem
sourcepub fn field_tooltip_item(&self) -> Option<&FieldTooltipItem>
pub fn field_tooltip_item(&self) -> Option<&FieldTooltipItem>
The tooltip item for the fields.
sourcepub fn column_tooltip_item(&self) -> Option<&ColumnTooltipItem>
pub fn column_tooltip_item(&self) -> Option<&ColumnTooltipItem>
The tooltip item for the columns that are not part of a field well.
source§impl TooltipItem
impl TooltipItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TooltipItem
.
Trait Implementations§
source§impl Clone for TooltipItem
impl Clone for TooltipItem
source§fn clone(&self) -> TooltipItem
fn clone(&self) -> TooltipItem
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 TooltipItem
impl Debug for TooltipItem
source§impl PartialEq<TooltipItem> for TooltipItem
impl PartialEq<TooltipItem> for TooltipItem
source§fn eq(&self, other: &TooltipItem) -> bool
fn eq(&self, other: &TooltipItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.