pub struct CompileRegressionSource;Expand description
Extracts autonomous intake signals from cargo build or rustc output.
Relevant lines contain error[E…] compiler error codes.
Trait Implementations§
Source§impl Clone for CompileRegressionSource
impl Clone for CompileRegressionSource
Source§fn clone(&self) -> CompileRegressionSource
fn clone(&self) -> CompileRegressionSource
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ContinuousIntakeSource for CompileRegressionSource
impl ContinuousIntakeSource for CompileRegressionSource
Source§fn candidate_source(&self) -> AutonomousCandidateSource
fn candidate_source(&self) -> AutonomousCandidateSource
The
AutonomousCandidateSource variant this implementation covers.Source§impl Debug for CompileRegressionSource
impl Debug for CompileRegressionSource
Source§impl Default for CompileRegressionSource
impl Default for CompileRegressionSource
Source§fn default() -> CompileRegressionSource
fn default() -> CompileRegressionSource
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CompileRegressionSource
impl RefUnwindSafe for CompileRegressionSource
impl Send for CompileRegressionSource
impl Sync for CompileRegressionSource
impl Unpin for CompileRegressionSource
impl UnsafeUnpin for CompileRegressionSource
impl UnwindSafe for CompileRegressionSource
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