Enum test::TestName [−][src]
pub enum TestName { StaticTestName(&'static str), DynTestName(String), AlignedTestName(Cow<'static, str>, NamePadding), }
🔬 This is a nightly-only experimental API. (
test
)Variants
StaticTestName(&'static str)
🔬 This is a nightly-only experimental API. (
test
)DynTestName(String)
🔬 This is a nightly-only experimental API. (
test
)AlignedTestName(Cow<'static, str>, NamePadding)
🔬 This is a nightly-only experimental API. (
test
)Trait Implementations
impl Clone for TestName
[src]
impl Clone for TestName
fn clone(&self) -> TestName
[src]
fn clone(&self) -> TestName
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for TestName
[src]
impl PartialEq for TestName
fn eq(&self, other: &TestName) -> bool
[src]
fn eq(&self, other: &TestName) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &TestName) -> bool
[src]
fn ne(&self, other: &TestName) -> bool
This method tests for !=
.
impl Eq for TestName
[src]
impl Eq for TestName
impl Hash for TestName
[src]
impl Hash for TestName
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Debug for TestName
[src]
impl Debug for TestName
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for TestName
[src]
impl Display for TestName