pub struct InitReport {
pub repo_path: PathBuf,
pub tool_config_path: PathBuf,
}Expand description
Summary returned by a successful init.
Fields§
§repo_path: PathBufAbsolute path to the repo on disk.
tool_config_path: PathBufAbsolute path to the tool config written.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InitReport
impl RefUnwindSafe for InitReport
impl Send for InitReport
impl Sync for InitReport
impl Unpin for InitReport
impl UnsafeUnpin for InitReport
impl UnwindSafe for InitReport
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