pub struct FrameworkDetector { /* private fields */ }
Expand description
Framework detection based on dependencies and project structure
Implementations§
Source§impl FrameworkDetector
impl FrameworkDetector
pub async fn detect( &self, dependencies: &[Dependency], _targets: &[BuildTarget], workspace_root: &Path, ) -> RazResult<ProjectType>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrameworkDetector
impl RefUnwindSafe for FrameworkDetector
impl Send for FrameworkDetector
impl Sync for FrameworkDetector
impl Unpin for FrameworkDetector
impl UnwindSafe for FrameworkDetector
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