Struct aws_sdk_quicksight::types::ItemsLimitConfiguration
source · #[non_exhaustive]pub struct ItemsLimitConfiguration { /* private fields */ }Expand description
The limit configuration of the visual display for an axis.
Implementations§
source§impl ItemsLimitConfiguration
impl ItemsLimitConfiguration
sourcepub fn items_limit(&self) -> Option<i64>
pub fn items_limit(&self) -> Option<i64>
The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.
sourcepub fn other_categories(&self) -> Option<&OtherCategories>
pub fn other_categories(&self) -> Option<&OtherCategories>
The Show other of an axis in the chart. Choose one of the following options:
-
INCLUDE -
EXCLUDE
source§impl ItemsLimitConfiguration
impl ItemsLimitConfiguration
sourcepub fn builder() -> ItemsLimitConfigurationBuilder
pub fn builder() -> ItemsLimitConfigurationBuilder
Creates a new builder-style object to manufacture ItemsLimitConfiguration.
Trait Implementations§
source§impl Clone for ItemsLimitConfiguration
impl Clone for ItemsLimitConfiguration
source§fn clone(&self) -> ItemsLimitConfiguration
fn clone(&self) -> ItemsLimitConfiguration
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 ItemsLimitConfiguration
impl Debug for ItemsLimitConfiguration
source§impl PartialEq<ItemsLimitConfiguration> for ItemsLimitConfiguration
impl PartialEq<ItemsLimitConfiguration> for ItemsLimitConfiguration
source§fn eq(&self, other: &ItemsLimitConfiguration) -> bool
fn eq(&self, other: &ItemsLimitConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ItemsLimitConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for ItemsLimitConfiguration
impl Send for ItemsLimitConfiguration
impl Sync for ItemsLimitConfiguration
impl Unpin for ItemsLimitConfiguration
impl UnwindSafe for ItemsLimitConfiguration
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