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
fn clone(&self) -> Greater
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for Greater
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Eq for Greater
impl Default for Greater
impl PartialOrd<Greater> for Greater
fn partial_cmp(&self, __arg_0: &Greater) -> Option<Ordering>
impl Hash for Greater
impl PartialEq<Greater> for Greater
fn eq(&self, __arg_0: &Greater) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Ord for Greater
Returns core::cmp::Ordering::Greater