pub struct SideBySidePrinter { /* private fields */ }Implementations§
Source§impl SideBySidePrinter
impl SideBySidePrinter
pub fn new(config: Diff2HtmlConfig) -> SideBySidePrinter
pub fn render(&self, files: &Vec<File>) -> String
Auto Trait Implementations§
impl Freeze for SideBySidePrinter
impl !RefUnwindSafe for SideBySidePrinter
impl Send for SideBySidePrinter
impl Sync for SideBySidePrinter
impl Unpin for SideBySidePrinter
impl !UnwindSafe for SideBySidePrinter
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