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