pub struct WorkspaceDetector;
Expand description
Workspace detection and analysis
Implementations§
Source§impl WorkspaceDetector
impl WorkspaceDetector
pub async fn detect(&self, cargo_toml: &Path) -> RazResult<WorkspaceInfo>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WorkspaceDetector
impl RefUnwindSafe for WorkspaceDetector
impl Send for WorkspaceDetector
impl Sync for WorkspaceDetector
impl Unpin for WorkspaceDetector
impl UnwindSafe for WorkspaceDetector
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