Enum ethcore_util::misc::Filth
[−]
[src]
pub enum Filth { Clean, Dirty, }
Boolean type for clean/dirty status.
Variants
Clean
Data has not been changed.
Dirty
Data has been changed.
Trait Implementations
impl PartialEq for Filth
[src]
fn eq(&self, __arg_0: &Filth) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Eq for Filth
[src]
impl Clone for Filth
[src]
fn clone(&self) -> Filth
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more