Enum im::ordmap::DiffItem [−][src]
Variants
Add(&'a A)UpdateFields of Update
old: &'a A | |
new: &'a A |
Remove(&'a A)
Trait Implementations
impl<'a, A: PartialEq + 'a> PartialEq for DiffItem<'a, A>[src]
impl<'a, A: PartialEq + 'a> PartialEq for DiffItem<'a, A>fn eq(&self, other: &DiffItem<'a, A>) -> bool[src]
fn eq(&self, other: &DiffItem<'a, A>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DiffItem<'a, A>) -> bool[src]
fn ne(&self, other: &DiffItem<'a, A>) -> boolThis method tests for !=.
impl<'a, A: Eq + 'a> Eq for DiffItem<'a, A>[src]
impl<'a, A: Eq + 'a> Eq for DiffItem<'a, A>