Struct branchless::util::GitRunInfo [−][src]
pub struct GitRunInfo { pub path_to_git: PathBuf, pub working_directory: PathBuf, pub env: HashMap<OsString, OsString>, }
Expand description
Path to the git
executable on disk to be executed.
Fields
path_to_git: PathBuf
The path to the Git executable on disk.
working_directory: PathBuf
The working directory that the Git executable should be run in.
env: HashMap<OsString, OsString>
The environment variables that should be passed to the Git process.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GitRunInfo
impl Send for GitRunInfo
impl Sync for GitRunInfo
impl Unpin for GitRunInfo
impl UnwindSafe for GitRunInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Calls the given closure and return the result. Read more
Calls the given closure on self
.