Struct identity::lift::LiToTy [] [src]

pub struct LiToTy<'param> {
    // some fields omitted
}

Trait Implementations

impl<'param> Debug for LiToTy<'param>
[src]

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

Formats the value using the given formatter.

impl<'param> Clone for LiToTy<'param>
[src]

fn clone(&self) -> Self

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<'param> Copy for LiToTy<'param>
[src]

impl<'param> Default for LiToTy<'param>
[src]

fn default() -> Self

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

impl<'param> Hash for LiToTy<'param>
[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.