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