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]
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