pub struct LintRegressionSource;Expand description
Extracts autonomous intake signals from cargo clippy output.
Relevant lines contain warning:, error:, or help: annotations.
Trait Implementations§
Source§impl Clone for LintRegressionSource
impl Clone for LintRegressionSource
Source§fn clone(&self) -> LintRegressionSource
fn clone(&self) -> LintRegressionSource
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 LintRegressionSource
impl ContinuousIntakeSource for LintRegressionSource
Source§fn candidate_source(&self) -> AutonomousCandidateSource
fn candidate_source(&self) -> AutonomousCandidateSource
The
AutonomousCandidateSource variant this implementation covers.Source§impl Debug for LintRegressionSource
impl Debug for LintRegressionSource
Source§impl Default for LintRegressionSource
impl Default for LintRegressionSource
Source§fn default() -> LintRegressionSource
fn default() -> LintRegressionSource
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LintRegressionSource
impl RefUnwindSafe for LintRegressionSource
impl Send for LintRegressionSource
impl Sync for LintRegressionSource
impl Unpin for LintRegressionSource
impl UnsafeUnpin for LintRegressionSource
impl UnwindSafe for LintRegressionSource
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