Struct otter_sql::vm::TableIndex
source ยท pub struct TableIndex(_);Expand description
An index that can be used as a reference to a table.
Implementationsยง
sourceยงimpl TableIndex
impl TableIndex
sourcepub fn next_index(&self) -> Self
pub fn next_index(&self) -> Self
Get the next index in the sequence.
Trait Implementationsยง
sourceยงimpl Clone for TableIndex
impl Clone for TableIndex
sourceยงfn clone(&self) -> TableIndex
fn clone(&self) -> TableIndex
Returns a copy of the value. Read more
1.0.0 ยท sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceยงimpl Debug for TableIndex
impl Debug for TableIndex
sourceยงimpl Default for TableIndex
impl Default for TableIndex
sourceยงfn default() -> TableIndex
fn default() -> TableIndex
Returns the โdefault valueโ for a type. Read more
sourceยงimpl Hash for TableIndex
impl Hash for TableIndex
sourceยงimpl PartialEq<TableIndex> for TableIndex
impl PartialEq<TableIndex> for TableIndex
sourceยงfn eq(&self, other: &TableIndex) -> bool
fn eq(&self, other: &TableIndex) -> bool
This method tests for
self and other values to be equal, and is used
by ==.