Enum num_complex::ComplexErrorKind
source · pub(crate) enum ComplexErrorKind<E> {
ParseError(E),
ExprError,
}
Variants§
Trait Implementations§
source§impl<E: Debug> Debug for ComplexErrorKind<E>
impl<E: Debug> Debug for ComplexErrorKind<E>
source§impl<E: PartialEq> PartialEq for ComplexErrorKind<E>
impl<E: PartialEq> PartialEq for ComplexErrorKind<E>
source§fn eq(&self, other: &ComplexErrorKind<E>) -> bool
fn eq(&self, other: &ComplexErrorKind<E>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<E> StructuralPartialEq for ComplexErrorKind<E>
Auto Trait Implementations§
impl<E> Freeze for ComplexErrorKind<E>where
E: Freeze,
impl<E> RefUnwindSafe for ComplexErrorKind<E>where
E: RefUnwindSafe,
impl<E> Send for ComplexErrorKind<E>where
E: Send,
impl<E> Sync for ComplexErrorKind<E>where
E: Sync,
impl<E> Unpin for ComplexErrorKind<E>where
E: Unpin,
impl<E> UnwindSafe for ComplexErrorKind<E>where
E: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more