Enum largeint::largeint::Compare[][src]

pub enum Compare {
    Larger,
    Equal,
    Smaller,
}

Used in the output of the compare method to distinguish between comparisons of LargeInts.

Variants

Trait Implementations

impl PartialEq for Compare
[src]

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

This method tests for !=.

impl Debug for Compare
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Compare

impl Sync for Compare