[−][src]Enum nom::IError
This is the same as IResult, but without Done
This is used as the Error type when converting to std::result::Result
Variants
Error(Err<E>)Incomplete(Needed)Trait Implementations
impl<E: Clone> Clone for IError<E>[src]
impl<E: Debug> Debug for IError<E>[src]
impl<E: Eq> Eq for IError<E>[src]
impl<E: PartialEq> PartialEq<IError<E>> for IError<E>[src]
impl<E> StructuralEq for IError<E>[src]
impl<E> StructuralPartialEq for IError<E>[src]
Auto Trait Implementations
impl<E> RefUnwindSafe for IError<E> where
E: RefUnwindSafe,
E: RefUnwindSafe,
impl<E> Send for IError<E> where
E: Send,
E: Send,
impl<E> Sync for IError<E> where
E: Sync,
E: Sync,
impl<E> Unpin for IError<E> where
E: Unpin,
E: Unpin,
impl<E> UnwindSafe for IError<E> where
E: UnwindSafe,
E: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,