pub struct PopplerTools {
pub pdftohtml: PathBuf,
pub pdftotext: PathBuf,
}Fields§
§pdftohtml: PathBuf§pdftotext: PathBufImplementations§
Trait Implementations§
Source§impl Clone for PopplerTools
impl Clone for PopplerTools
Source§fn clone(&self) -> PopplerTools
fn clone(&self) -> PopplerTools
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 moreAuto Trait Implementations§
impl Freeze for PopplerTools
impl RefUnwindSafe for PopplerTools
impl Send for PopplerTools
impl Sync for PopplerTools
impl Unpin for PopplerTools
impl UnsafeUnpin for PopplerTools
impl UnwindSafe for PopplerTools
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