pub enum DiffSide {
Removed,
Added,
}Variants§
Removed
Line was in the recorded artifact but missing from the rerun.
Added
Line is in the rerun but wasn’t in the recorded artifact.
Implementations§
Trait Implementations§
impl Copy for DiffSide
impl Eq for DiffSide
impl StructuralPartialEq for DiffSide
Auto Trait Implementations§
impl Freeze for DiffSide
impl RefUnwindSafe for DiffSide
impl Send for DiffSide
impl Sync for DiffSide
impl Unpin for DiffSide
impl UnsafeUnpin for DiffSide
impl UnwindSafe for DiffSide
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