Enum typenum::Less [] [src]

pub enum Less {}

A potential output from Cmp, this is the type equivalent to the enum variant core::cmp::Ordering::Less.

Trait Implementations

impl PartialEq for Less

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

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

impl Eq for Less

impl PartialOrd for Less

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 Less

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

impl Clone for Less

fn clone(&self) -> Self

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

impl Copy for Less

impl Hash for Less

fn hash<H>(&self, _: &mut H) where H: Hasher

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

impl Default for Less

fn default() -> Self

impl Debug for Less

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

impl Ord for Less

Returns core::cmp::Ordering::Less

fn to_ordering() -> Ordering