Enum nom::simple_errors::Context
[−]
[src]
pub enum Context<I, E = u32> {
Code(I, ErrorKind<E>),
}Variants
Code(I, ErrorKind<E>)
Trait Implementations
impl<I: Debug, E: Debug> Debug for Context<I, E>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<I: Clone, E: Clone> Clone for Context<I, E>[src]
fn clone(&self) -> Context<I, E>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<I: PartialEq, E: PartialEq> PartialEq for Context<I, E>[src]
fn eq(&self, __arg_0: &Context<I, 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: &Context<I, E>) -> bool[src]
This method tests for !=.