pub enum Enum9<E0, E1, E2, E3, E4, E5, E6, E7, E8> {
    _0(E0),
    _1(E1),
    _2(E2),
    _3(E3),
    _4(E4),
    _5(E5),
    _6(E6),
    _7(E7),
    _8(E8),
}Variants§
Implementations§
Trait Implementations§
source§impl<E0: Debug, E1: Debug, E2: Debug, E3: Debug, E4: Debug, E5: Debug, E6: Debug, E7: Debug, E8: Debug> Debug for Enum9<E0, E1, E2, E3, E4, E5, E6, E7, E8>
 
impl<E0: Debug, E1: Debug, E2: Debug, E3: Debug, E4: Debug, E5: Debug, E6: Debug, E7: Debug, E8: Debug> Debug for Enum9<E0, E1, E2, E3, E4, E5, E6, E7, E8>
source§impl<E0: Ord, E1: Ord, E2: Ord, E3: Ord, E4: Ord, E5: Ord, E6: Ord, E7: Ord, E8: Ord> Ord for Enum9<E0, E1, E2, E3, E4, E5, E6, E7, E8>
 
impl<E0: Ord, E1: Ord, E2: Ord, E3: Ord, E4: Ord, E5: Ord, E6: Ord, E7: Ord, E8: Ord> Ord for Enum9<E0, E1, E2, E3, E4, E5, E6, E7, E8>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<E0: PartialEq, E1: PartialEq, E2: PartialEq, E3: PartialEq, E4: PartialEq, E5: PartialEq, E6: PartialEq, E7: PartialEq, E8: PartialEq> PartialEq<Enum9<E0, E1, E2, E3, E4, E5, E6, E7, E8>> for Enum9<E0, E1, E2, E3, E4, E5, E6, E7, E8>
 
impl<E0: PartialEq, E1: PartialEq, E2: PartialEq, E3: PartialEq, E4: PartialEq, E5: PartialEq, E6: PartialEq, E7: PartialEq, E8: PartialEq> PartialEq<Enum9<E0, E1, E2, E3, E4, E5, E6, E7, E8>> for Enum9<E0, E1, E2, E3, E4, E5, E6, E7, E8>
source§impl<E0: PartialOrd, E1: PartialOrd, E2: PartialOrd, E3: PartialOrd, E4: PartialOrd, E5: PartialOrd, E6: PartialOrd, E7: PartialOrd, E8: PartialOrd> PartialOrd<Enum9<E0, E1, E2, E3, E4, E5, E6, E7, E8>> for Enum9<E0, E1, E2, E3, E4, E5, E6, E7, E8>
 
impl<E0: PartialOrd, E1: PartialOrd, E2: PartialOrd, E3: PartialOrd, E4: PartialOrd, E5: PartialOrd, E6: PartialOrd, E7: PartialOrd, E8: PartialOrd> PartialOrd<Enum9<E0, E1, E2, E3, E4, E5, E6, E7, E8>> for Enum9<E0, E1, E2, E3, E4, E5, E6, E7, E8>
source§fn partial_cmp(
    &self,
    other: &Enum9<E0, E1, E2, E3, E4, E5, E6, E7, E8>
) -> Option<Ordering>
 
fn partial_cmp(
    &self,
    other: &Enum9<E0, E1, E2, E3, E4, E5, E6, E7, E8>
) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read more