pub struct Index<T: TableType, I: IndexType>(_);Expand description
Provides methods for interacting with an index on a typed table.
Trait Implementations§
source§impl<T, I> AnyIndex<T> for Index<T, I>where
T: TableType,
I: IndexType + 'static,
impl<T, I> AnyIndex<T> for Index<T, I>where T: TableType, I: IndexType + 'static,
Auto Trait Implementations§
impl<T, I> !RefUnwindSafe for Index<T, I>
impl<T, I> !Send for Index<T, I>
impl<T, I> !Sync for Index<T, I>
impl<T, I> Unpin for Index<T, I>
impl<T, I> !UnwindSafe for Index<T, I>
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