Struct identity::lift::TyFunToLiFun [] [src]

pub struct TyFunToLiFun<F> {
    // some fields omitted
}

Trait Implementations

impl<F: Hash> Hash for TyFunToLiFun<F>
[src]

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

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> Default for TyFunToLiFun<F>
[src]

fn default() -> TyFunToLiFun<F>

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

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

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

fn clone(&self) -> TyFunToLiFun<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: Debug> Debug for TyFunToLiFun<F>
[src]

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

Formats the value using the given formatter.

impl<'param, F: TyFun<LiToTy<'param>>> LiFun<'param> for TyFunToLiFun<F>
[src]

type Result = F::Result