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

fn eq(&self, _: &Self) -> bool

fn ne(&self, other: &Rhs) -> bool

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

fn cmp(&self, _: &Self) -> Ordering

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

fn fmt(&self, _: &mut Formatter) -> Result<(), Error>

impl Ord for Equal

Returns core::cmp::Ordering::Equal

fn to_ordering() -> Ordering