Enum test::ShouldFailExperimental
[-]
[+]
[src]
pub enum ShouldFail { No, Yes(Option<&'static str>), }
Variants
No | |
Yes |
pub enum ShouldFail { No, Yes(Option<&'static str>), }
No | |
Yes |
impl<__S: Writer> Hash<__S> for ShouldFail
fn hash(&self, __arg_0: &mut __S)
impl Eq for ShouldFail
fn assert_receiver_is_total_eq(&self)
impl PartialEq for ShouldFail
fn eq(&self, __arg_0: &ShouldFail) -> bool
fn ne(&self, __arg_0: &ShouldFail) -> bool
impl Show for ShouldFail
impl Clone for ShouldFail
fn clone(&self) -> ShouldFail
fn clone_from(&mut self, source: &Self)
impl Copy for ShouldFail
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
, enum
,
trait
, typedef
(or
tdef
).