pub enum ArtifactType {
Pagination,
Layout,
Page,
Background,
}
Expand description
The various types of layout artifacts.
Variants§
Pagination
Artifacts of the pagination process like headers, footers, page numbers.
Layout
Artifacts of the layout process such as footnote rules.
Page
Artifacts of the page, like printer’s marks.
Background
Background image artifacts. PDF 1.7+.
Trait Implementations§
source§impl Clone for ArtifactType
impl Clone for ArtifactType
source§fn clone(&self) -> ArtifactType
fn clone(&self) -> ArtifactType
Returns a copy of the value. Read more
1.6.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 ArtifactType
impl Debug for ArtifactType
source§impl PartialEq for ArtifactType
impl PartialEq for ArtifactType
impl Copy for ArtifactType
impl Eq for ArtifactType
impl StructuralPartialEq for ArtifactType
Auto Trait Implementations§
impl Freeze for ArtifactType
impl RefUnwindSafe for ArtifactType
impl Send for ArtifactType
impl Sync for ArtifactType
impl Unpin for ArtifactType
impl UnwindSafe for ArtifactType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)