pub struct CSVLoader {
pub path: PathBuf,
pub content_column: String,
}Expand description
CSV 文档加载器
Fields§
§path: PathBufCSV 文件路径
content_column: String作为文档内容的列名
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CSVLoader
impl RefUnwindSafe for CSVLoader
impl Send for CSVLoader
impl Sync for CSVLoader
impl Unpin for CSVLoader
impl UnsafeUnpin for CSVLoader
impl UnwindSafe for CSVLoader
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