pub struct Configuration {
pub index_path: PathBuf,
pub vdir_path: PathBuf,
pub grep_cmd: String,
}Fields§
§index_path: PathBuf§vdir_path: PathBuf§grep_cmd: StringImplementations§
Source§impl Configuration
impl Configuration
pub fn new() -> Result<Configuration, String>
Auto Trait Implementations§
impl Freeze for Configuration
impl RefUnwindSafe for Configuration
impl Send for Configuration
impl Sync for Configuration
impl Unpin for Configuration
impl UnwindSafe for Configuration
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