Enum wu_diff::DiffResult
source · pub enum DiffResult {
Removed(DiffElement),
Common(DiffElement),
Added(DiffElement),
}Variants§
Trait Implementations§
source§impl Debug for DiffResult
impl Debug for DiffResult
source§impl PartialEq for DiffResult
impl PartialEq for DiffResult
source§fn eq(&self, other: &DiffResult) -> bool
fn eq(&self, other: &DiffResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DiffResult
Auto Trait Implementations§
impl RefUnwindSafe for DiffResult
impl Send for DiffResult
impl Sync for DiffResult
impl Unpin for DiffResult
impl UnwindSafe for DiffResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more