[][src]Struct test::TestDesc

pub struct TestDesc {
    pub name: TestName,
    pub ignore: bool,
    pub should_panic: ShouldPanic,
    pub allow_fail: bool,
}
🔬 This is a nightly-only experimental API. (test)

Fields

name: TestName
🔬 This is a nightly-only experimental API. (test)
ignore: bool
🔬 This is a nightly-only experimental API. (test)
should_panic: ShouldPanic
🔬 This is a nightly-only experimental API. (test)
allow_fail: bool
🔬 This is a nightly-only experimental API. (test)

Trait Implementations

impl Eq for TestDesc[src]

impl Clone for TestDesc[src]

impl PartialEq<TestDesc> for TestDesc[src]

impl Hash for TestDesc[src]

impl Debug for TestDesc[src]

Auto Trait Implementations

impl Sync for TestDesc

impl Send for TestDesc

impl Unpin for TestDesc

impl UnwindSafe for TestDesc

impl RefUnwindSafe for TestDesc

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]