pub enum DocumentParserProvenance {
PdfExtract,
QuickXml,
}Expand description
Parser provenance attached to every bounded document result.
Variants§
PdfExtract
The pinned pdf-extract parser with documented guest-local patches.
QuickXml
The pinned direct quick-xml parser after strict package admission.
Trait Implementations§
Source§impl Clone for DocumentParserProvenance
impl Clone for DocumentParserProvenance
Source§fn clone(&self) -> DocumentParserProvenance
fn clone(&self) -> DocumentParserProvenance
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 DocumentParserProvenance
Source§impl Debug for DocumentParserProvenance
impl Debug for DocumentParserProvenance
Source§impl Display for DocumentParserProvenance
impl Display for DocumentParserProvenance
impl Eq for DocumentParserProvenance
Source§impl PartialEq for DocumentParserProvenance
impl PartialEq for DocumentParserProvenance
Source§fn eq(&self, other: &DocumentParserProvenance) -> bool
fn eq(&self, other: &DocumentParserProvenance) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DocumentParserProvenance
Auto Trait Implementations§
impl Freeze for DocumentParserProvenance
impl RefUnwindSafe for DocumentParserProvenance
impl Send for DocumentParserProvenance
impl Sync for DocumentParserProvenance
impl Unpin for DocumentParserProvenance
impl UnsafeUnpin for DocumentParserProvenance
impl UnwindSafe for DocumentParserProvenance
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.