Enum pdfium_render::error::PdfiumInternalError
source · [−]pub enum PdfiumInternalError {
Unknown,
FileError,
FormatError,
PasswordError,
SecurityError,
PageError,
}Expand description
A wrapped internal library error from Pdfium’s FPDF_ERR_* constant values.
Variants
Unknown
FileError
FormatError
PasswordError
SecurityError
PageError
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PdfiumInternalError
impl Send for PdfiumInternalError
impl Sync for PdfiumInternalError
impl Unpin for PdfiumInternalError
impl UnwindSafe for PdfiumInternalError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more