Enum test::ShouldPanicUnstable
[-] [+]
[src]
pub enum ShouldPanic { No, Yes(Option<&'static str>), }
Variants
No | |
Yes |
pub enum ShouldPanic { No, Yes(Option<&'static str>), }
No | |
Yes |
impl Hash for ShouldPanic
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Eq for ShouldPanic
impl PartialEq for ShouldPanic
fn eq(&self, __arg_0: &ShouldPanic) -> bool
fn ne(&self, __arg_0: &ShouldPanic) -> bool
impl Debug for ShouldPanic
impl Clone for ShouldPanic
fn clone(&self) -> ShouldPanic
fn clone_from(&mut self, source: &Self)
impl Copy for ShouldPanic
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
).