pub struct CargoProvider { /* private fields */ }
Expand description
Built-in cargo provider that handles standard Rust project commands
Implementations§
Source§impl CargoProvider
impl CargoProvider
Trait Implementations§
Source§impl CommandProvider for CargoProvider
impl CommandProvider for CargoProvider
Source§fn can_handle(&self, context: &ProjectContext) -> bool
fn can_handle(&self, context: &ProjectContext) -> bool
Whether this provider can handle the given context
Auto Trait Implementations§
impl Freeze for CargoProvider
impl RefUnwindSafe for CargoProvider
impl Send for CargoProvider
impl Sync for CargoProvider
impl Unpin for CargoProvider
impl UnwindSafe for CargoProvider
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