Struct identity::lift::Flip [] [src]

pub struct Flip<F> {
    // some fields omitted
}

Trait Implementations

impl<F: Hash> Hash for Flip<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 Flip<F>
[src]

fn default() -> Flip<F>

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

impl<F: Copy> Copy for Flip<F>
[src]

impl<F: Clone> Clone for Flip<F>
[src]

fn clone(&self) -> Flip<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

impl<F: Debug> Debug for Flip<F>
[src]

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

Formats the value using the given formatter.

impl<ParamB: ?Sized, F> TyFun<ParamB> for Flip<F>
[src]

type Result = Flipped<F, ParamB>