Struct aws_sdk_quicksight::types::FieldBasedTooltip
source · #[non_exhaustive]pub struct FieldBasedTooltip { /* private fields */ }Expand description
The setup for the detailed tooltip.
Implementations§
source§impl FieldBasedTooltip
impl FieldBasedTooltip
sourcepub fn aggregation_visibility(&self) -> Option<&Visibility>
pub fn aggregation_visibility(&self) -> Option<&Visibility>
The visibility of Show aggregations.
sourcepub fn tooltip_title_type(&self) -> Option<&TooltipTitleType>
pub fn tooltip_title_type(&self) -> Option<&TooltipTitleType>
The type for the >tooltip title. Choose one of the following options:
-
NONE: Doesn't use the primary value as the title. -
PRIMARY_VALUE: Uses primary value as the title.
sourcepub fn tooltip_fields(&self) -> Option<&[TooltipItem]>
pub fn tooltip_fields(&self) -> Option<&[TooltipItem]>
The fields configuration in the tooltip.
source§impl FieldBasedTooltip
impl FieldBasedTooltip
sourcepub fn builder() -> FieldBasedTooltipBuilder
pub fn builder() -> FieldBasedTooltipBuilder
Creates a new builder-style object to manufacture FieldBasedTooltip.
Trait Implementations§
source§impl Clone for FieldBasedTooltip
impl Clone for FieldBasedTooltip
source§fn clone(&self) -> FieldBasedTooltip
fn clone(&self) -> FieldBasedTooltip
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 FieldBasedTooltip
impl Debug for FieldBasedTooltip
source§impl PartialEq<FieldBasedTooltip> for FieldBasedTooltip
impl PartialEq<FieldBasedTooltip> for FieldBasedTooltip
source§fn eq(&self, other: &FieldBasedTooltip) -> bool
fn eq(&self, other: &FieldBasedTooltip) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FieldBasedTooltip
Auto Trait Implementations§
impl RefUnwindSafe for FieldBasedTooltip
impl Send for FieldBasedTooltip
impl Sync for FieldBasedTooltip
impl Unpin for FieldBasedTooltip
impl UnwindSafe for FieldBasedTooltip
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more