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