Enum nom::Move [] [src]

pub enum Move {
    Consume(usize),
    Seek(SeekFrom),
    Await(Needed),
}

Variants

[]

indcates how much data was consumed

[]

indicates where in the input the consumer must seek

[]

indicates more data is needed

Trait Implementations

impl Eq for Move
[src]

impl PartialEq for Move
[src]

[]

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

[]

This method tests for !=.

impl Copy for Move
[src]

impl Clone for Move
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for Move
[src]

[]

Formats the value using the given formatter.