pub enum Enum7<E0, E1, E2, E3, E4, E5, E6> {
_0(E0),
_1(E1),
_2(E2),
_3(E3),
_4(E4),
_5(E5),
_6(E6),
}Variants§
Implementations§
Trait Implementations§
source§impl<E0: Debug, E1: Debug, E2: Debug, E3: Debug, E4: Debug, E5: Debug, E6: Debug> Debug for Enum7<E0, E1, E2, E3, E4, E5, E6>
impl<E0: Debug, E1: Debug, E2: Debug, E3: Debug, E4: Debug, E5: Debug, E6: Debug> Debug for Enum7<E0, E1, E2, E3, E4, E5, E6>
source§impl<E0: Ord, E1: Ord, E2: Ord, E3: Ord, E4: Ord, E5: Ord, E6: Ord> Ord for Enum7<E0, E1, E2, E3, E4, E5, E6>
impl<E0: Ord, E1: Ord, E2: Ord, E3: Ord, E4: Ord, E5: Ord, E6: Ord> Ord for Enum7<E0, E1, E2, E3, E4, E5, E6>
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> PartialEq<Enum7<E0, E1, E2, E3, E4, E5, E6>> for Enum7<E0, E1, E2, E3, E4, E5, E6>
impl<E0: PartialEq, E1: PartialEq, E2: PartialEq, E3: PartialEq, E4: PartialEq, E5: PartialEq, E6: PartialEq> PartialEq<Enum7<E0, E1, E2, E3, E4, E5, E6>> for Enum7<E0, E1, E2, E3, E4, E5, E6>
source§impl<E0: PartialOrd, E1: PartialOrd, E2: PartialOrd, E3: PartialOrd, E4: PartialOrd, E5: PartialOrd, E6: PartialOrd> PartialOrd<Enum7<E0, E1, E2, E3, E4, E5, E6>> for Enum7<E0, E1, E2, E3, E4, E5, E6>
impl<E0: PartialOrd, E1: PartialOrd, E2: PartialOrd, E3: PartialOrd, E4: PartialOrd, E5: PartialOrd, E6: PartialOrd> PartialOrd<Enum7<E0, E1, E2, E3, E4, E5, E6>> for Enum7<E0, E1, E2, E3, E4, E5, E6>
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