Struct waking_git_core::repo::Repo
source · pub struct Repo {
pub repo: Repository,
pub folder_name: String,
pub folder_path: String,
pub scanner_path: String,
pub extracted_file_path: String,
pub converted_file_path: String,
}
Fields§
§repo: Repository
§folder_name: String
The slugged name of the git repository
folder_path: String
The absolute path of the git repository location on disk
scanner_path: String
The absolute path of the scanner folder location on disk
extracted_file_path: String
the absolute path of the extracted.json file generared by the extractor
converted_file_path: String
the absolute path of the converted.json file generared by the converter
Auto Trait Implementations§
impl RefUnwindSafe for Repo
impl Send for Repo
impl !Sync for Repo
impl Unpin for Repo
impl UnwindSafe for Repo
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