pub struct CoverageFixer { /* private fields */ }Expand description
Fix coverage information based on source code
You MUST fix coverage information using this struct because Rules require coverage informations to be stored in correct format. This struct checks the information format and modify it if it is invalid.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CoverageFixer
impl !Send for CoverageFixer
impl !Sync for CoverageFixer
impl !UnwindSafe for CoverageFixer
impl Freeze for CoverageFixer
impl Unpin for CoverageFixer
impl UnsafeUnpin for CoverageFixer
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