pub struct RealGitClient;Expand description
Production implementation of GitClient that shells out to git.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RealGitClient
impl RefUnwindSafe for RealGitClient
impl Send for RealGitClient
impl Sync for RealGitClient
impl Unpin for RealGitClient
impl UnsafeUnpin for RealGitClient
impl UnwindSafe for RealGitClient
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