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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Equal

Formats the value using the given formatter.

impl Eq for Equal

impl Default for Equal

impl PartialOrd<Equal> for Equal

impl Hash for Equal

impl PartialEq<Equal> for Equal

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

This method tests for !=.

impl Ord for Equal

Returns core::cmp::Ordering::Equal

impl Ord for Equal

impl Copy for Equal