Struct aws_sdk_quicksight::types::SecondaryValueOptions
source · #[non_exhaustive]pub struct SecondaryValueOptions { /* private fields */ }Expand description
The options that determine the presentation of the secondary value of a KPI visual.
Implementations§
source§impl SecondaryValueOptions
impl SecondaryValueOptions
sourcepub fn visibility(&self) -> Option<&Visibility>
pub fn visibility(&self) -> Option<&Visibility>
Determines the visibility of the secondary value.
source§impl SecondaryValueOptions
impl SecondaryValueOptions
sourcepub fn builder() -> SecondaryValueOptionsBuilder
pub fn builder() -> SecondaryValueOptionsBuilder
Creates a new builder-style object to manufacture SecondaryValueOptions.
Trait Implementations§
source§impl Clone for SecondaryValueOptions
impl Clone for SecondaryValueOptions
source§fn clone(&self) -> SecondaryValueOptions
fn clone(&self) -> SecondaryValueOptions
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 SecondaryValueOptions
impl Debug for SecondaryValueOptions
source§impl PartialEq<SecondaryValueOptions> for SecondaryValueOptions
impl PartialEq<SecondaryValueOptions> for SecondaryValueOptions
source§fn eq(&self, other: &SecondaryValueOptions) -> bool
fn eq(&self, other: &SecondaryValueOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SecondaryValueOptions
Auto Trait Implementations§
impl RefUnwindSafe for SecondaryValueOptions
impl Send for SecondaryValueOptions
impl Sync for SecondaryValueOptions
impl Unpin for SecondaryValueOptions
impl UnwindSafe for SecondaryValueOptions
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