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

pub struct TestDesc {
    pub name: TestName,
    pub ignore: bool,
    pub should_panic: ShouldPanic,
}

Fields

name
ignore
should_panic

Trait Implementations

impl Send for TestDesc

Derived Implementations

impl Hash for TestDesc

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for TestDesc

impl PartialEq for TestDesc

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

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

impl Debug 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)