pub struct CoverageData { /* private fields */ }Expand description
Coverage information collected while parsing
Trait Implementations§
Source§impl Debug for CoverageData
impl Debug for CoverageData
Source§impl Default for CoverageData
impl Default for CoverageData
Source§fn default() -> CoverageData
fn default() -> CoverageData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CoverageData
impl RefUnwindSafe for CoverageData
impl Send for CoverageData
impl Sync for CoverageData
impl Unpin for CoverageData
impl UnwindSafe for CoverageData
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