pub struct GitUtils;Implementations§
Trait Implementations§
Source§impl GitRepository for GitUtils
impl GitRepository for GitUtils
fn git_repo() -> ReviseResult<String>
Auto Trait Implementations§
impl Freeze for GitUtils
impl RefUnwindSafe for GitUtils
impl Send for GitUtils
impl Sync for GitUtils
impl Unpin for GitUtils
impl UnsafeUnpin 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