pub struct TestRule;
Implementations§
Trait Implementations§
Source§impl Rule for TestRule
impl Rule for TestRule
fn fix_file_coverage(&self, source: &SourceCode, file_cov: &mut FileCoverage)
Auto Trait Implementations§
impl Freeze for TestRule
impl RefUnwindSafe for TestRule
impl Send for TestRule
impl Sync for TestRule
impl Unpin for TestRule
impl UnwindSafe for TestRule
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