#[non_exhaustive]pub struct HeaderFooterSectionConfiguration { /* private fields */ }
Expand description
The configuration of a header or footer section.
Implementations§
sourcepub fn section_id(&self) -> Option<&str>
pub fn section_id(&self) -> Option<&str>
The unique identifier of the header or footer section.
sourcepub fn layout(&self) -> Option<&SectionLayoutConfiguration>
pub fn layout(&self) -> Option<&SectionLayoutConfiguration>
The layout configuration of the header or footer section.
sourcepub fn style(&self) -> Option<&SectionStyle>
pub fn style(&self) -> Option<&SectionStyle>
The style options of a header or footer section.
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HeaderFooterSectionConfiguration
.
Trait Implementations§
source§fn clone(&self) -> HeaderFooterSectionConfiguration
fn clone(&self) -> HeaderFooterSectionConfiguration
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§fn eq(&self, other: &HeaderFooterSectionConfiguration) -> bool
fn eq(&self, other: &HeaderFooterSectionConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.