Struct aws_sdk_quicksight::model::AxisLinearScale
source · #[non_exhaustive]pub struct AxisLinearScale { /* private fields */ }
Expand description
The liner axis scale setup.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Implementations§
source§impl AxisLinearScale
impl AxisLinearScale
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AxisLinearScale
.
Trait Implementations§
source§impl Clone for AxisLinearScale
impl Clone for AxisLinearScale
source§fn clone(&self) -> AxisLinearScale
fn clone(&self) -> AxisLinearScale
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 AxisLinearScale
impl Debug for AxisLinearScale
source§impl PartialEq<AxisLinearScale> for AxisLinearScale
impl PartialEq<AxisLinearScale> for AxisLinearScale
source§fn eq(&self, other: &AxisLinearScale) -> bool
fn eq(&self, other: &AxisLinearScale) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.