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