Struct rst_app::ui::SearchSettings [] [src]

pub struct SearchSettings {
    pub use_regex: bool,
    pub name: bool,
    pub path: bool,
    pub parts: bool,
    pub partof: bool,
    pub loc: bool,
    pub text: bool,
    pub completed: PercentSearch,
    pub tested: PercentSearch,
}

Fields

Methods

impl SearchSettings
[src]

Trait Implementations

impl Debug for SearchSettings
[src]

Formats the value using the given formatter.

impl Default for SearchSettings
[src]

Returns the "default value" for a type. Read more

impl PartialEq for SearchSettings
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SearchSettings
[src]