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