Struct rusqlite::vtab::IndexInfo

source ·
pub struct IndexInfo(_);
Expand description

Pass information into and receive the reply from the VTab.best_index method.

(See SQLite doc)

Implementations§

Record WHERE clause constraints.

Information about the ORDER BY clause.

Number of terms in the ORDER BY clause

Number used to identify the index

True if output is already ordered

Estimated cost of using this index

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.