pub struct GitTool;Expand description
Git operations tool implementation
Implementations§
Auto Trait Implementations§
impl Freeze for GitTool
impl RefUnwindSafe for GitTool
impl Send for GitTool
impl Sync for GitTool
impl Unpin for GitTool
impl UnsafeUnpin for GitTool
impl UnwindSafe for GitTool
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