pub(crate) enum Config {}
Trait Implementations
sourceimpl Config for Config
impl Config for Config
type Audit = Self
type CodeCoverage = Self
sourceimpl Config for Config
impl Config for Config
sourcefn cargo_args() -> Vec<String>
fn cargo_args() -> Vec<String>
The cargo command after cargo
.
fn cargo_args_last() -> Vec<String, Global>
fn cargo_args_last() -> Vec<String, Global>
The cargo command after --
.
fn ignore_paths() -> Vec<String, Global>
fn ignore_paths() -> Vec<String, Global>
The list of paths ignored when calculating code coverage.
fn ignore_packages() -> Vec<String, Global>
fn ignore_packages() -> Vec<String, Global>
The list of packages ignored when running tests.
Auto Trait Implementations
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more