Struct typenum::Greater [−][src]
pub struct Greater;
Expand description
A potential output from Cmp, this is the type equivalent to the enum variant
core::cmp::Ordering::Greater.
Trait Implementations
impl Ord for Greater[src]
impl Ord for Greater[src]impl PartialOrd<Greater> for Greater[src]
impl PartialOrd<Greater> for Greater[src]fn partial_cmp(&self, other: &Greater) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Greater) -> 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