[−][src]Struct test::Options
🔬 This is a nightly-only experimental API. (
test
)Options for the test run defined by the caller (instead of CLI arguments). In case we want to add other options as well, just add them in this struct.
Fields
display_output: bool
🔬 This is a nightly-only experimental API. (
test
)panic_abort: bool
🔬 This is a nightly-only experimental API. (
test
)Implementations
impl Options
[src]
pub fn new() -> Options
[src]
🔬 This is a nightly-only experimental API. (
test
)pub fn display_output(self, display_output: bool) -> Options
[src]
🔬 This is a nightly-only experimental API. (
test
)pub fn panic_abort(self, panic_abort: bool) -> Options
[src]
🔬 This is a nightly-only experimental API. (
test
)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,