pub enum InputSemanticRole {
PreservedBase,
ImportedPages,
ReconstructedPages,
}Expand description
How an input document participates in a planned operation.
Variants§
PreservedBase
The input is the byte-preserved base document.
ImportedPages
The input contributes cloned page graphs.
ReconstructedPages
The input contributes page appearance/content through reconstruction.
Trait Implementations§
Source§impl Clone for InputSemanticRole
impl Clone for InputSemanticRole
Source§fn clone(&self) -> InputSemanticRole
fn clone(&self) -> InputSemanticRole
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InputSemanticRole
Source§impl Debug for InputSemanticRole
impl Debug for InputSemanticRole
impl Eq for InputSemanticRole
Source§impl PartialEq for InputSemanticRole
impl PartialEq for InputSemanticRole
impl StructuralPartialEq for InputSemanticRole
Auto Trait Implementations§
impl Freeze for InputSemanticRole
impl RefUnwindSafe for InputSemanticRole
impl Send for InputSemanticRole
impl Sync for InputSemanticRole
impl Unpin for InputSemanticRole
impl UnsafeUnpin for InputSemanticRole
impl UnwindSafe for InputSemanticRole
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