pub struct CommandGitRepository;Expand description
Command-based implementation of GitRepository.
Implementations§
Trait Implementations§
Source§impl Default for CommandGitRepository
impl Default for CommandGitRepository
Source§impl GitRepository for CommandGitRepository
impl GitRepository for CommandGitRepository
Auto Trait Implementations§
impl Freeze for CommandGitRepository
impl RefUnwindSafe for CommandGitRepository
impl Send for CommandGitRepository
impl Sync for CommandGitRepository
impl Unpin for CommandGitRepository
impl UnwindSafe for CommandGitRepository
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