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
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
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
impl Ord for Less
Returns core::cmp::Ordering::Less