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

pub enum CompareValues {
    Ints(i64i64),
    Filesizes(u64u64),
    BigInts(BigIntBigInt),
    Decimals(BigDecimalBigDecimal),
    String(StringString),
    Date(DateTime<FixedOffset>, DateTime<FixedOffset>),
    DateDuration(DateTime<FixedOffset>, BigInt),
    TimeDuration(BigIntBigInt),
    Booleans(boolbool),
}

Variants

Ints(i64i64)

Tuple Fields of Ints

0: i641: i64
Filesizes(u64u64)

Tuple Fields of Filesizes

0: u641: u64
BigInts(BigIntBigInt)

Tuple Fields of BigInts

0: BigInt1: BigInt

Tuple Fields of Decimals

0: BigDecimal1: BigDecimal
String(StringString)

Tuple Fields of String

0: String1: String

Tuple Fields of Date

0: DateTime<FixedOffset>1: DateTime<FixedOffset>
DateDuration(DateTime<FixedOffset>, BigInt)

Tuple Fields of DateDuration

0: DateTime<FixedOffset>1: BigInt
TimeDuration(BigIntBigInt)

Tuple Fields of TimeDuration

0: BigInt1: BigInt
Booleans(boolbool)

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.