pub struct HashfindConfig {
pub db_paths: Vec<PathBuf>,
}Expand description
Config for hashfind
Fields§
§db_paths: Vec<PathBuf>Implementations§
Auto Trait Implementations§
impl Freeze for HashfindConfig
impl RefUnwindSafe for HashfindConfig
impl Send for HashfindConfig
impl Sync for HashfindConfig
impl Unpin for HashfindConfig
impl UnsafeUnpin for HashfindConfig
impl UnwindSafe for HashfindConfig
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