pub struct CargoAdapter;Expand description
Cargo adapter — for Rust projects.
Trait Implementations§
Source§impl ProjectAdapter for CargoAdapter
impl ProjectAdapter for CargoAdapter
fn detect(workspace: &Path) -> bool
fn name(&self) -> &str
fn check_commands(&self, _config: &ForgeConfig) -> Vec<CheckCommand>
fn parse_check_output( &self, cmd: &CheckCommand, stdout: &str, stderr: &str, exit_code: i32, ) -> ParsedCheckOutput
Auto Trait Implementations§
impl Freeze for CargoAdapter
impl RefUnwindSafe for CargoAdapter
impl Send for CargoAdapter
impl Sync for CargoAdapter
impl Unpin for CargoAdapter
impl UnsafeUnpin for CargoAdapter
impl UnwindSafe for CargoAdapter
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