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