pub struct TableIndex(/* private fields */);
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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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 for TableIndex
impl PartialEq for TableIndex
impl Copy for TableIndex
impl Eq for TableIndex
impl StructuralPartialEq for TableIndex
Auto Trait Implementations§
impl Freeze for TableIndex
impl RefUnwindSafe for TableIndex
impl Send for TableIndex
impl Sync for TableIndex
impl Unpin for TableIndex
impl UnwindSafe for TableIndex
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more