Enum nu_data::base::CompareValues[][src]

pub enum CompareValues {
    Ints(i64, i64),
    Filesizes(u64, u64),
    BigInts(BigInt, BigInt),
    Decimals(BigDecimal, BigDecimal),
    String(String, String),
    Date(DateTime<FixedOffset>, DateTime<FixedOffset>),
    DateDuration(DateTime<FixedOffset>, BigInt),
    TimeDuration(BigInt, BigInt),
    Booleans(bool, bool),
}

Variants

Ints

Tuple Fields of Ints

0: i641: i64
Filesizes

Tuple Fields of Filesizes

0: u641: u64
BigInts

Tuple Fields of BigInts

0: BigInt1: BigInt
Decimals

Tuple Fields of Decimals

0: BigDecimal1: BigDecimal
String

Tuple Fields of String

0: String1: String
Date

Tuple Fields of Date

0: DateTime<FixedOffset>1: DateTime<FixedOffset>
DateDuration

Tuple Fields of DateDuration

0: DateTime<FixedOffset>1: BigInt
TimeDuration

Tuple Fields of TimeDuration

0: BigInt1: BigInt
Booleans

Tuple Fields of Booleans

0: bool1: bool

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

Converts a value into a Spanned value

Converts a value into a Spanned value, using an unknown Span

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.