pub struct CSVLoader {
pub path: PathBuf,
pub content_column: String,
}Expand description
CSV document loader
Fields§
§path: PathBufCSV file path
content_column: StringThe column name used as the document content
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