pub struct GitUtils { /* private fields */ }Implementations§
Trait Implementations§
source§impl GitDiff for GitUtils
impl GitDiff for GitUtils
fn git_diff(repo: &Repository) -> ReviseResult<String>
source§impl GitRepository for GitUtils
impl GitRepository for GitUtils
fn git_repo() -> ReviseResult<Repository>
Auto Trait Implementations§
impl Freeze for GitUtils
impl RefUnwindSafe for GitUtils
impl Send for GitUtils
impl !Sync for GitUtils
impl Unpin for GitUtils
impl UnwindSafe for GitUtils
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