pub enum Severity {
Error,
Warning,
}Expand description
Severity of a validation issue.
Indicates whether a PDF specification violation is likely to cause extraction failures or is merely a non-conformance that still allows best-effort extraction.
Variants§
Error
Specification violation likely to cause extraction failure.
Warning
Non-conformance but data is likely still extractable.
Trait Implementations§
impl Eq for Severity
impl StructuralPartialEq for Severity
Auto Trait Implementations§
impl Freeze for Severity
impl RefUnwindSafe for Severity
impl Send for Severity
impl Sync for Severity
impl Unpin for Severity
impl UnsafeUnpin for Severity
impl UnwindSafe for Severity
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