#[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() -> SectionPageBreakConfigurationBuilder
pub fn builder() -> SectionPageBreakConfigurationBuilder
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 ==.impl StructuralPartialEq for SectionPageBreakConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for SectionPageBreakConfiguration
impl Send for SectionPageBreakConfiguration
impl Sync for SectionPageBreakConfiguration
impl Unpin for SectionPageBreakConfiguration
impl UnwindSafe for SectionPageBreakConfiguration
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more