pub struct Table<'txn> { /* private fields */ }
Expand description
A handle to an individual table in a database.
A table handle denotes the name and parameters of a table in a database.
Returns the underlying MDBX table handle (dbi).
The caller must ensure that the handle is not used after the lifetime of the
database, or after the table has been closed.
Formats the value using the given formatter.
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.