Struct parsell::impls::Dereference [] [src]

pub struct Dereference<F>(_);

Methods

impl<F> Dereference<F>
[src]

fn new(f: F) -> Dereference<F>

Trait Implementations

impl<F: Debug> Debug for Dereference<F>
[src]

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

Formats the value using the given formatter.

impl<F: Clone> Clone for Dereference<F>
[src]

fn clone(&self) -> Dereference<F>

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<F: Copy> Copy for Dereference<F>
[src]

impl<F, S, T> Function<S> for Dereference<F> where F: for<'a> Function<&'a S, Output=T>
[src]

type Output = T

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