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