pub struct PageBreak { /* private fields */ }
Expand description
An object to add a page jump to a Document
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PageBreak
impl RefUnwindSafe for PageBreak
impl Send for PageBreak
impl Sync for PageBreak
impl Unpin for PageBreak
impl UnwindSafe for PageBreak
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