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