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

pub struct Dereference<F>(_);

Methods

impl<F> Dereference<F>
[src]

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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