pub struct ProjectDetector;Expand description
Detects project type and extracts metadata from project manifests
Implementations§
Source§impl ProjectDetector
impl ProjectDetector
Sourcepub fn detect_project_type(path: &Path) -> Option<String>
pub fn detect_project_type(path: &Path) -> Option<String>
Auto Trait Implementations§
impl Freeze for ProjectDetector
impl RefUnwindSafe for ProjectDetector
impl Send for ProjectDetector
impl Sync for ProjectDetector
impl Unpin for ProjectDetector
impl UnwindSafe for ProjectDetector
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