Struct artifact_app::ui::PercentSearch [] [src]

pub struct PercentSearch {
    pub lt: bool,
    pub perc: i8,
}

Fields

Trait Implementations

impl Debug for PercentSearch
[src]

Formats the value using the given formatter.

impl PartialEq for PercentSearch
[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 PercentSearch
[src]

impl Default for PercentSearch
[src]

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