Struct identity::lift::Flipped [] [src]

pub struct Flipped<F, ParamB: ?Sized> {
    // some fields omitted
}

Trait Implementations

impl<F: Debug, ParamB: ?Sized> Debug for Flipped<F, ParamB>
[src]

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

Formats the value using the given formatter.

impl<F: Clone, ParamB: ?Sized> Clone for Flipped<F, ParamB>
[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<F: Copy, ParamB: ?Sized> Copy for Flipped<F, ParamB>
[src]

impl<F: Default, ParamB: ?Sized> Default for Flipped<F, ParamB>
[src]

fn default() -> Self

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

impl<F: Hash, ParamB: ?Sized> Hash for Flipped<F, ParamB>
[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.

impl<ParamA: ?Sized, ParamB: ?Sized, F: TyFun<ParamA>> TyFun<ParamA> for Flipped<F, ParamB> where F::Result: TyFun<ParamB>
[src]

type Result = F::Result::Result