Enum typenum::Greater [] [src]

pub enum Greater {}

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

Trait Implementations

impl PartialEq for Greater

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

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

impl Eq for Greater

impl PartialOrd for Greater

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 Greater

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

impl Clone for Greater

fn clone(&self) -> Self

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

impl Copy for Greater

impl Hash for Greater

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

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

impl Default for Greater

fn default() -> Self

impl Debug for Greater

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

impl Ord for Greater

Returns core::cmp::Ordering::Greater

fn to_ordering() -> Ordering