Struct test::TestDesc[src]
pub struct TestDesc {
pub name: TestName,
pub ignore: bool,
pub should_fail: bool,
}Fields
name | |
ignore | |
should_fail |
pub struct TestDesc {
pub name: TestName,
pub ignore: bool,
pub should_fail: bool,
}name | |
ignore | |
should_fail |
impl Hash for TestDescimpl Eq for TestDescfn assert_receiver_is_total_eq(&self)impl PartialEq for TestDescimpl Show for TestDescimpl Clone for TestDescfn clone(&self) -> TestDescfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).