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