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