Struct artifact_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

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]

impl FromStr for SearchSettings
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more