pub struct CoverageResult {
pub language: Language,
pub coverage_file: PathBuf,
pub duration_secs: u64,
pub timestamp: String,
}Fields§
§language: Language§coverage_file: PathBuf§duration_secs: u64§timestamp: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for CoverageResult
impl RefUnwindSafe for CoverageResult
impl Send for CoverageResult
impl Sync for CoverageResult
impl Unpin for CoverageResult
impl UnwindSafe for CoverageResult
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