Enum coalesce::Coalesce5 [] [src]

pub enum Coalesce5<A, B, C, D, E> {
    A(A),
    B(B),
    C(C),
    D(D),
    E(E),
}

Variants

A
B
C
D
E

Methods

impl<A, B, C, D, E> Coalesce5<A, B, C, D, E>

fn as_ref(&self) -> Coalesce5<&A, &B, &C, &D, &E>

fn as_mut(&mut self) -> Coalesce5<&mut A, &mut B, &mut C, &mut D, &mut E>

Trait Implementations

Derived Implementations

impl<A: Ord, B: Ord, C: Ord, D: Ord, E: Ord> Ord for Coalesce5<A, B, C, D, E> where A: Ord, B: Ord, C: Ord, D: Ord, E: Ord

fn cmp(&self, __arg_0: &Coalesce5<A, B, C, D, E>) -> Ordering

impl<A: PartialOrd, B: PartialOrd, C: PartialOrd, D: PartialOrd, E: PartialOrd> PartialOrd for Coalesce5<A, B, C, D, E> where A: PartialOrd, B: PartialOrd, C: PartialOrd, D: PartialOrd, E: PartialOrd

fn partial_cmp(&self, __arg_0: &Coalesce5<A, B, C, D, E>) -> Option<Ordering>

fn lt(&self, __arg_0: &Coalesce5<A, B, C, D, E>) -> bool

fn le(&self, __arg_0: &Coalesce5<A, B, C, D, E>) -> bool

fn gt(&self, __arg_0: &Coalesce5<A, B, C, D, E>) -> bool

fn ge(&self, __arg_0: &Coalesce5<A, B, C, D, E>) -> bool

impl<A: Eq, B: Eq, C: Eq, D: Eq, E: Eq> Eq for Coalesce5<A, B, C, D, E> where A: Eq, B: Eq, C: Eq, D: Eq, E: Eq

impl<A: PartialEq, B: PartialEq, C: PartialEq, D: PartialEq, E: PartialEq> PartialEq for Coalesce5<A, B, C, D, E> where A: PartialEq, B: PartialEq, C: PartialEq, D: PartialEq, E: PartialEq

fn eq(&self, __arg_0: &Coalesce5<A, B, C, D, E>) -> bool

fn ne(&self, __arg_0: &Coalesce5<A, B, C, D, E>) -> bool

impl<A: Hash, B: Hash, C: Hash, D: Hash, E: Hash> Hash for Coalesce5<A, B, C, D, E> where A: Hash, B: Hash, C: Hash, D: Hash, E: Hash

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl<A: Debug, B: Debug, C: Debug, D: Debug, E: Debug> Debug for Coalesce5<A, B, C, D, E> where A: Debug, B: Debug, C: Debug, D: Debug, E: Debug

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

impl<A: Clone, B: Clone, C: Clone, D: Clone, E: Clone> Clone for Coalesce5<A, B, C, D, E> where A: Clone, B: Clone, C: Clone, D: Clone, E: Clone

fn clone(&self) -> Coalesce5<A, B, C, D, E>

fn clone_from(&mut self, source: &Self)

impl<A: Copy, B: Copy, C: Copy, D: Copy, E: Copy> Copy for Coalesce5<A, B, C, D, E> where A: Copy, B: Copy, C: Copy, D: Copy, E: Copy