Struct identity::lift::LiFunToTyFun
[−]
[src]
pub struct LiFunToTyFun<F> { // some fields omitted }
Trait Implementations
impl<F: Hash> Hash for LiFunToTyFun<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 LiFunToTyFun<F>
[src]
fn default() -> LiFunToTyFun<F>
Returns the "default value" for a type. Read more
impl<F: Copy> Copy for LiFunToTyFun<F>
[src]
impl<F: Clone> Clone for LiFunToTyFun<F>
[src]
fn clone(&self) -> LiFunToTyFun<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