Enum ethcore_util::misc::Filth [] [src]

pub enum Filth {
    Clean,
    Dirty,
}

Boolean type for clean/dirty status.

Variants

Data has not been changed.

Data has been changed.

Trait Implementations

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

impl Clone for Filth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Filth
[src]

impl Debug for Filth
[src]

Formats the value using the given formatter.