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