Enum wu_diff::DiffResult [−][src]
pub enum DiffResult {
Removed(DiffElement),
Common(DiffElement),
Added(DiffElement),
}Variants
Removed(DiffElement)Common(DiffElement)Added(DiffElement)
Trait Implementations
impl Debug for DiffResult[src]
impl Debug for DiffResultfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for DiffResult[src]
impl PartialEq for DiffResultfn eq(&self, other: &DiffResult) -> bool[src]
fn eq(&self, other: &DiffResult) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DiffResult) -> bool[src]
fn ne(&self, other: &DiffResult) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DiffResult
impl Send for DiffResultimpl Sync for DiffResult
impl Sync for DiffResult