Struct num_complex::ParseComplexError [] [src]

pub struct ParseComplexError<E> { /* fields omitted */ }

Trait Implementations

impl<E: Debug> Debug for ParseComplexError<E>
[src]

[src]

Formats the value using the given formatter. Read more

impl<E: PartialEq> PartialEq for ParseComplexError<E>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<E: Error> Error for ParseComplexError<E>
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl<E: Error> Display for ParseComplexError<E>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<E> Send for ParseComplexError<E> where
    E: Send

impl<E> Sync for ParseComplexError<E> where
    E: Sync