Struct num_complex::ParseComplexError
[−]
[src]
pub struct ParseComplexError<E> { /* fields omitted */ }
Trait Implementations
impl<E: Debug> Debug for ParseComplexError<E>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<E: PartialEq> PartialEq for ParseComplexError<E>
[src]
fn eq(&self, __arg_0: &ParseComplexError<E>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ParseComplexError<E>) -> bool
[src]
This method tests for !=
.
impl<E: Error> Error for ParseComplexError<E>
[src]
fn description(&self) -> &str
[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
The lower-level cause of this error, if any. Read more