pub struct SystemGit;Expand description
Real implementation: shells out to the system git.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SystemGit
impl RefUnwindSafe for SystemGit
impl Send for SystemGit
impl Sync for SystemGit
impl Unpin for SystemGit
impl UnsafeUnpin for SystemGit
impl UnwindSafe for SystemGit
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