Struct diffgeom::typenum::Greater []

pub struct Greater;

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

Trait Implementations

impl Clone for Greater

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Greater

Formats the value using the given formatter.

impl Eq for Greater

impl Default for Greater

impl PartialOrd<Greater> for Greater

impl Hash for Greater

impl PartialEq<Greater> for Greater

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Ord for Greater

Returns core::cmp::Ordering::Greater

impl Ord for Greater

impl Copy for Greater