Struct cargo::ops::TestOptions
source · [−]pub struct TestOptions {
pub compile_opts: CompileOptions,
pub no_run: bool,
pub no_fail_fast: bool,
}
Fields
compile_opts: CompileOptions
no_run: bool
no_fail_fast: bool
Auto Trait Implementations
impl !RefUnwindSafe for TestOptions
impl !Send for TestOptions
impl !Sync for TestOptions
impl Unpin for TestOptions
impl UnwindSafe for TestOptions
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