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