Struct marid::test_helpers::TestError [] [src]

pub struct TestError;

Error type for testing

Trait Implementations

impl Display for TestError

fn fmt(&self, fmt: &mut Formatter) -> Result

impl Error for TestError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Clone for TestError

fn clone(&self) -> TestError

fn clone_from(&mut self, source: &Self)

impl PartialEq for TestError

fn eq(&self, __arg_0: &TestError) -> bool

fn ne(&self, __arg_0: &TestError) -> bool

impl Eq for TestError

impl Debug for TestError

fn fmt(&self, __arg_0: &mut Formatter) -> Result