pub struct CloseBlockRule { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for CloseBlockRule
impl Default for CloseBlockRule
Source§impl Rule for CloseBlockRule
impl Rule for CloseBlockRule
fn fix_file_coverage(&self, source: &SourceCode, file_cov: &mut FileCoverage)
Auto Trait Implementations§
impl !Freeze for CloseBlockRule
impl !RefUnwindSafe for CloseBlockRule
impl Send for CloseBlockRule
impl Sync for CloseBlockRule
impl Unpin for CloseBlockRule
impl UnwindSafe for CloseBlockRule
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