Struct identity::lift::Ap [] [src]

pub struct Ap<F, G> {
    // some fields omitted
}

Type-level S combinator.

Trait Implementations

impl<F: Hash, G: Hash> Hash for Ap<F, G>
[src]

fn hash<__HFG: Hasher>(&self, __arg_0: &mut __HFG)

Feeds this value into the state given, updating the hasher as necessary.

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0

Feeds a slice of this type into the state provided.

impl<F: Default, G: Default> Default for Ap<F, G>
[src]

fn default() -> Ap<F, G>

Returns the "default value" for a type. Read more

impl<F: Copy, G: Copy> Copy for Ap<F, G>
[src]

impl<F: Clone, G: Clone> Clone for Ap<F, G>
[src]

fn clone(&self) -> Ap<F, G>

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: Debug, G: Debug> Debug for Ap<F, G>
[src]

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

Formats the value using the given formatter.

impl<Param: ?Sized, F, G> TyFun<Param> for Ap<F, G> where F: TyFun<Param>, G: TyFun<Param>, F::Result: TyFun<G::Result>
[src]

type Result = F::Result::Result

impl<'param, F, G> LiFun<'param> for Ap<F, G> where F: LiFun<'param>, G: LiFun<'param>, F::Result: TyFun<G::Result>
[src]

type Result = F::Result::Result