pub enum Severity {
Recovered,
Suspicious,
}Expand description
How badly a recorded event bends the file’s meaning.
Variants§
Recovered
The reader repaired the damage and is confident about the result
(a rebuilt cross-reference table, a /Length corrected by scanning
for endstream).
Suspicious
The reader proceeded, but the file said something it should not have and information was dropped (a malformed dictionary entry skipped, an out-of-range cross-reference-stream field ignored).
Trait Implementations§
impl Copy for Severity
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