pub struct PDFLoader {
pub path: PathBuf,
}Expand description
PDF 文档加载器
Fields§
§path: PathBufPDF 文件路径
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