Enum rink_core::reply::QueryReply[][src]

pub enum QueryReply {
    Number(NumberParts),
    Date(DateReply),
    Substance(SubstanceReply),
    Duration(Box<DurationReply>),
    Def(Box<DefReply>),
    Conversion(Box<ConversionReply>),
    Factorize(FactorizeReply),
    UnitsFor(UnitsForReply),
    UnitList(UnitListReply),
    Search(SearchReply),
}

Variants

Number(NumberParts)

Tuple Fields of Number

0: NumberParts
Date(DateReply)

Tuple Fields of Date

0: DateReply
Substance(SubstanceReply)

Tuple Fields of Substance

0: SubstanceReply
Duration(Box<DurationReply>)

Tuple Fields of Duration

0: Box<DurationReply>

Tuple Fields of Def

0: Box<DefReply>
Conversion(Box<ConversionReply>)

Tuple Fields of Conversion

0: Box<ConversionReply>
Factorize(FactorizeReply)

Tuple Fields of Factorize

0: FactorizeReply
UnitsFor(UnitsForReply)

Tuple Fields of UnitsFor

0: UnitsForReply
UnitList(UnitListReply)

Tuple Fields of UnitList

0: UnitListReply
Search(SearchReply)

Tuple Fields of Search

0: SearchReply

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Serialize this value into the given Serde serializer. Read more

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.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

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.