[][src]Struct jg::input::Config

pub struct Config<'a> {
    pub matchers: Vec<&'a str>,
    pub input: Option<&'a str>,
    pub print_only_count: bool,
    pub print_line_number: bool,
    pub highlight_matches: HighlightMatches,
    pub ignore_case: bool,
    pub is_quiet_mode: bool,
    pub invert_match: bool,
    pub match_root_only: bool,
    pub max_num: Option<usize>,
}

Fields

matchers: Vec<&'a str>input: Option<&'a str>print_only_count: boolprint_line_number: boolhighlight_matches: HighlightMatchesignore_case: boolis_quiet_mode: boolinvert_match: boolmatch_root_only: boolmax_num: Option<usize>

Auto Trait Implementations

impl<'a> Send for Config<'a>

impl<'a> Sync for Config<'a>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]