Struct rusqlite::vtab::Values[][src]

pub struct Values<'a> { /* fields omitted */ }
Expand description

feature = "vtab" Wrapper to VTabCursor::filter arguments, the values requested by VTab::best_index.

Implementations

Returns the number of values.

Returns true if there is no value.

Returns value at idx

Turns Values into an iterator.

Trait Implementations

Which kind of iterator are we turning this into?

The type of the elements being iterated over.

Creates an iterator from a value. 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 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.