pub struct CargoCheckProducer { /* private fields */ }Expand description
Producer that runs cargo check --message-format=json and maps each
compiler diagnostic to one CheckResult.
Constructed via cargo_check_producer.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CargoCheckProducer
impl RefUnwindSafe for CargoCheckProducer
impl Send for CargoCheckProducer
impl Sync for CargoCheckProducer
impl Unpin for CargoCheckProducer
impl UnsafeUnpin for CargoCheckProducer
impl UnwindSafe for CargoCheckProducer
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