pub struct BasicLineDiffPrinter<'a, T: EndsWithNewline + ?Sized + Hash + Eq + Display>(pub &'a Interner<&'a T>);
Tuple Fields§
§0: &'a Interner<&'a T>
Trait Implementations§
Source§impl<T: EndsWithNewline + Hash + Eq + Display + ?Sized> UnifiedDiffPrinter for BasicLineDiffPrinter<'_, T>
impl<T: EndsWithNewline + Hash + Eq + Display + ?Sized> UnifiedDiffPrinter for BasicLineDiffPrinter<'_, T>
Auto Trait Implementations§
impl<'a, T> Freeze for BasicLineDiffPrinter<'a, T>where
T: ?Sized,
impl<'a, T> RefUnwindSafe for BasicLineDiffPrinter<'a, T>where
T: RefUnwindSafe + ?Sized,
impl<'a, T> Send for BasicLineDiffPrinter<'a, T>
impl<'a, T> Sync for BasicLineDiffPrinter<'a, T>
impl<'a, T> Unpin for BasicLineDiffPrinter<'a, T>where
T: ?Sized,
impl<'a, T> UnwindSafe for BasicLineDiffPrinter<'a, T>where
T: RefUnwindSafe + ?Sized,
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