Struct identity::lift::Cons
[−]
[src]
pub struct Cons<A: ?Sized, As: TyList> { // some fields omitted }
Trait Implementations
impl<A: ?Sized, As: TyList> Debug for Cons<A, As>
[src]
impl<A: ?Sized, As: TyList> Clone for Cons<A, As>
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl<A: ?Sized, As: TyList> Copy for Cons<A, As>
[src]
impl<A: ?Sized, As: TyList> Default for Cons<A, As>
[src]
impl<A: ?Sized, As: TyList> Hash for Cons<A, As>
[src]
fn hash<H>(&self, state: &mut H) where H: Hasher
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.