Module v11::index[][src]

GenericRowId, CheckedRowId, and RowRange.

Structs

CheckedIter
CheckedRowId

This value can be used to index into table columns. It borrows the table to ensure that it is a valid index.

ConsistentIter

A CheckedIter that skips deleted rows.

EditIter

An UncheckedIter used for making non-structural edits to the table's data.

GenericRowId

Index to a row on some table. You can call row_index.check(&table) to pre-check the index, which you should do if you will be accessing multiple columns.

RowRange
UncheckedIter

Traits

Checkable

Type Definitions

FreeKeys
FreeList