pub struct PDFLoader {
pub path: PathBuf,
}Expand description
PDF document loader
Fields§
§path: PathBufPDF file path
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PDFLoader
impl RefUnwindSafe for PDFLoader
impl Send for PDFLoader
impl Sync for PDFLoader
impl Unpin for PDFLoader
impl UnsafeUnpin for PDFLoader
impl UnwindSafe for PDFLoader
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