Struct test::TestDescExperimental [-]  [+] [src]

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

Fields

name
ignore
should_fail

Trait Implementations

Derived Implementations

impl<__S: Writer> Hash<__S> for TestDesc

fn hash(&self, __arg_0: &mut __S)

impl Eq for TestDesc

fn assert_receiver_is_total_eq(&self)

impl PartialEq for TestDesc

fn eq(&self, __arg_0: &TestDesc) -> bool

fn ne(&self, __arg_0: &TestDesc) -> bool

impl Show for TestDesc

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for TestDesc

fn clone(&self) -> TestDesc

fn clone_from(&mut self, source: &Self)