Struct aws_sdk_quicksight::types::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() -> AxisDisplayMinMaxRangeBuilder
pub fn builder() -> AxisDisplayMinMaxRangeBuilder
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 ==.impl StructuralPartialEq for AxisDisplayMinMaxRange
Auto Trait Implementations§
impl RefUnwindSafe for AxisDisplayMinMaxRange
impl Send for AxisDisplayMinMaxRange
impl Sync for AxisDisplayMinMaxRange
impl Unpin for AxisDisplayMinMaxRange
impl UnwindSafe for AxisDisplayMinMaxRange
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