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