pub struct CoverageOptions<'a> {
pub compile_opts: CompileOptions<'a>,
pub merge_dir: &'a Path,
pub no_fail_fast: bool,
pub kcov_path: &'a Path,
pub merge_args: Vec<OsString>,
pub exclude_pattern: Option<String>,
}Fields§
§compile_opts: CompileOptions<'a>§merge_dir: &'a Path§no_fail_fast: bool§kcov_path: &'a Path§merge_args: Vec<OsString>§exclude_pattern: Option<String>Auto Trait Implementations§
impl<'a> !Freeze for CoverageOptions<'a>
impl<'a> !RefUnwindSafe for CoverageOptions<'a>
impl<'a> !Send for CoverageOptions<'a>
impl<'a> !Sync for CoverageOptions<'a>
impl<'a> Unpin for CoverageOptions<'a>
impl<'a> !UnwindSafe for CoverageOptions<'a>
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