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 DiffResult
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for DiffResult
[src]
impl PartialEq for DiffResult
fn eq(&self, other: &DiffResult) -> bool
[src]
fn eq(&self, other: &DiffResult) -> bool
This 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) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for DiffResult
impl Send for DiffResult
impl Sync for DiffResult
impl Sync for DiffResult