Struct diffgeom::typenum::Less
[−]
pub struct Less;
A potential output from Cmp
, this is the type equivalent to the enum variant
core::cmp::Ordering::Less
.
Trait Implementations
impl Clone for Less
fn clone(&self) -> Less
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 Less
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Eq for Less
impl Default for Less
impl PartialOrd<Less> for Less
fn partial_cmp(&self, __arg_0: &Less) -> Option<Ordering>
impl Hash for Less
impl PartialEq<Less> for Less
fn eq(&self, __arg_0: &Less) -> 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 Less
Returns core::cmp::Ordering::Less