struct Config {
json_stats: bool,
preprocessor: Option<PathBuf>,
preprocessor_globs: Override,
search_zip: bool,
binary_implicit: BinaryDetection,
binary_explicit: BinaryDetection,
}
Expand description
The configuration for the search worker. Among a few other things, the configuration primarily controls the way we show search results to users at a very high level.
Fields§
§json_stats: bool
§preprocessor: Option<PathBuf>
§preprocessor_globs: Override
§search_zip: bool
§binary_implicit: BinaryDetection
§binary_explicit: BinaryDetection
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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