Enum nom::Move [] [src]

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

Variants

Consume

indcates how much data was consumed

Seek

indicates where in the input the consumer must seek

Await

indicates more data is needed

Trait Implementations

Derived Implementations

impl Eq for Move

impl PartialEq for Move

fn eq(&self, __arg_0: &Move) -> bool

fn ne(&self, __arg_0: &Move) -> bool

impl Copy for Move

impl Clone for Move

fn clone(&self) -> Move

fn clone_from(&mut self, source: &Self)

impl Debug for Move

fn fmt(&self, __arg_0: &mut Formatter) -> Result