pub struct UnifiedDiff<'a, P: UnifiedDiffPrinter> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'a, P> Freeze for UnifiedDiff<'a, P>
impl<'a, P> RefUnwindSafe for UnifiedDiff<'a, P>where
P: RefUnwindSafe,
impl<'a, P> Send for UnifiedDiff<'a, P>where
P: Sync,
impl<'a, P> Sync for UnifiedDiff<'a, P>where
P: Sync,
impl<'a, P> Unpin for UnifiedDiff<'a, P>
impl<'a, P> UnwindSafe for UnifiedDiff<'a, P>where
P: RefUnwindSafe,
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