pub struct GitDiffAdapter;Implementations§
Trait Implementations§
Source§impl Default for GitDiffAdapter
impl Default for GitDiffAdapter
Source§fn default() -> GitDiffAdapter
fn default() -> GitDiffAdapter
Returns the “default value” for a type. Read more
Source§impl DiffPort for GitDiffAdapter
impl DiffPort for GitDiffAdapter
Auto Trait Implementations§
impl Freeze for GitDiffAdapter
impl RefUnwindSafe for GitDiffAdapter
impl Send for GitDiffAdapter
impl Sync for GitDiffAdapter
impl Unpin for GitDiffAdapter
impl UnsafeUnpin for GitDiffAdapter
impl UnwindSafe for GitDiffAdapter
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