Struct parsell::impls::First [] [src]

pub struct First;

Trait Implementations

impl Debug for First
[src]

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

Formats the value using the given formatter.

impl Clone for First
[src]

fn clone(&self) -> First

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 Copy for First
[src]

impl<S, T> Function<(S, T)> for First
[src]

type Output = S

fn apply(&self, arg: (S, T)) -> S

impl<T> VariantFunction<T> for First
[src]

type Input = (T, ())

fn apply(&self, arg: (T, ())) -> T