pub struct DiffTool;Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiffTool
impl RefUnwindSafe for DiffTool
impl Send for DiffTool
impl Sync for DiffTool
impl Unpin for DiffTool
impl UnsafeUnpin for DiffTool
impl UnwindSafe for DiffTool
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