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