Struct typenum::Less [−][src]
pub struct Less;
Expand description
A potential output from Cmp, this is the type equivalent to the enum variant
core::cmp::Ordering::Less.
Trait Implementations
impl Ord for Less[src]
impl Ord for Less[src]impl PartialOrd<Less> for Less[src]
impl PartialOrd<Less> for Less[src]fn partial_cmp(&self, other: &Less) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Less) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more