[src]

Struct test::TestDesc

pub struct TestDesc {
    name: TestName,
    ignore: bool,
    should_fail: bool,
}

Fields

name
ignore
should_fail

Trait Implementations

Derived Implementations

impl Clone for TestDesc

fn clone(&self) -> TestDesc