Enum typenum::Equal
[−]
[src]
pub enum Equal {}
A potential output from Cmp
, this is the type equivalent to the enum variant
core::cmp::Ordering::Equal
.
Trait Implementations
impl PartialEq for Equal
impl Eq for Equal
impl PartialOrd for Equal
fn partial_cmp(&self, _: &Self) -> Option<Ordering>
fn lt(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
fn gt(&self, other: &Rhs) -> bool
fn ge(&self, other: &Rhs) -> bool
impl Ord for Equal
impl Clone for Equal
fn clone(&self) -> Self
fn clone_from(&mut self, source: &Self)
impl Copy for Equal
impl Hash for Equal
fn hash<H>(&self, _: &mut H) where H: Hasher
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Default for Equal
fn default() -> Self
impl Debug for Equal
impl Ord for Equal
Returns core::cmp::Ordering::Equal