Struct rusty_peg::Input [] [src]

pub struct Input<'a> {
    // some fields omitted
}

Trait Implementations

impl<'a> Clone for Input<'a>
[src]

fn clone(&self) -> Input<'a>

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl<'a> Copy for Input<'a>
[src]