Enum lcs_diff::DiffResult
[−]
[src]
pub enum DiffResult<T: PartialEq + Clone> { Removed(DiffElement<T>), Common(DiffElement<T>), Added(DiffElement<T>), }
Variants
Removed(DiffElement<T>)Common(DiffElement<T>)Added(DiffElement<T>)
Trait Implementations
impl<T: Debug + PartialEq + Clone> Debug for DiffResult<T>[src]
impl<T: PartialEq + PartialEq + Clone> PartialEq for DiffResult<T>[src]
fn eq(&self, __arg_0: &DiffResult<T>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DiffResult<T>) -> bool[src]
This method tests for !=.