pub struct Options {
pub exclude: bool,
pub include_before: bool,
pub include_after: bool,
pub case_insensitive: bool,
pub regex: bool,
pub show_line: bool,
}
Expand description
Configurations options for Searcher
Fields§
§exclude: bool
§include_before: bool
§include_after: bool
§case_insensitive: bool
§regex: bool
§show_line: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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