pub struct LopdfDocument { /* private fields */ }Expand description
A parsed PDF document backed by lopdf.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LopdfDocument
impl RefUnwindSafe for LopdfDocument
impl Send for LopdfDocument
impl Sync for LopdfDocument
impl Unpin for LopdfDocument
impl UnsafeUnpin for LopdfDocument
impl UnwindSafe for LopdfDocument
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