Enum test::TestNameUnstable [-] [+] [src]

pub enum TestName {
    StaticTestName(&'static str),
    DynTestName(String),
}

Variants

StaticTestName
DynTestName

Trait Implementations

impl Display for TestName

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

Derived Implementations

impl Debug for TestName

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

impl Hash for TestName

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

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

impl Eq for TestName

impl PartialEq for TestName

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

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

impl Clone for TestName

fn clone(&self) -> TestName

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