Enum nom::FileProducerState [] [src]

pub enum FileProducerState {
    Normal,
    Error,
    Eof,
}

Variants

Trait Implementations

impl Debug for FileProducerState
[src]

Formats the value using the given formatter.

impl Copy for FileProducerState
[src]

impl Clone for FileProducerState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FileProducerState
[src]

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

This method tests for !=.

impl Eq for FileProducerState
[src]