pub struct GitInitResult {
pub path: PathBuf,
}
Fields§
§path: PathBuf
Auto Trait Implementations§
impl Freeze for GitInitResult
impl RefUnwindSafe for GitInitResult
impl Send for GitInitResult
impl Sync for GitInitResult
impl Unpin for GitInitResult
impl UnwindSafe for GitInitResult
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