Struct bottom::app::states::ProcessSearchState [−][src]
pub struct ProcessSearchState {
pub search_state: AppSearchState,
pub is_ignoring_case: bool,
pub is_searching_whole_word: bool,
pub is_searching_with_regex: bool,
}Expand description
ProcessSearchState only deals with process’ search’s current settings and state.
Fields
search_state: AppSearchStateis_ignoring_case: boolis_searching_whole_word: boolis_searching_with_regex: bool