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