pub struct GitCmd {
pub program: String,
pub repo: PathBuf,
}Expand description
The git program + repo working directory.
Fields§
§program: String§repo: PathBufImplementations§
Auto Trait Implementations§
impl Freeze for GitCmd
impl RefUnwindSafe for GitCmd
impl Send for GitCmd
impl Sync for GitCmd
impl Unpin for GitCmd
impl UnsafeUnpin for GitCmd
impl UnwindSafe for GitCmd
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