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