pub struct AddPathOptions {
pub path: PathBuf,
pub format: BlobFormat,
pub mode: ImportMode,
}
Expand description
Options for adding data from a file system path.
Fields§
§path: PathBuf
§format: BlobFormat
§mode: ImportMode
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddPathOptions
impl RefUnwindSafe for AddPathOptions
impl Send for AddPathOptions
impl Sync for AddPathOptions
impl Unpin for AddPathOptions
impl UnwindSafe for AddPathOptions
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