Enum tree_index::Change
[−]
[src]
pub enum Change { Changed, Unchanged, }
Determine wether the bitfield.set()
method changed the underlying value.
Variants
Changed
The value was changed.
Unchanged
The value was not changed.
Trait Implementations
impl PartialEq<Change> for Change
[src]
fn eq(&self, __arg_0: &Change) -> bool
[src]
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[src]
This method tests for !=
.