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 ShouldFailfn hash(&self, __arg_0: &mut __S)impl Eq for ShouldFailfn assert_receiver_is_total_eq(&self)impl PartialEq for ShouldFailfn eq(&self, __arg_0: &ShouldFail) -> boolfn ne(&self, __arg_0: &ShouldFail) -> boolimpl Show for ShouldFailimpl Clone for ShouldFailfn clone(&self) -> ShouldFailfn 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).