pub struct TableIndex(/* private fields */);
Expand description
Implementations§
Source§impl TableIndex
impl TableIndex
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 From<TableIndex> for usize
impl From<TableIndex> for usize
Source§fn from(index: TableIndex) -> Self
fn from(index: TableIndex) -> Self
Converts to this type from the input type.
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