pub struct Index<P>where
P: IndexProvider,{ /* private fields */ }Trait Implementations§
Source§impl<P> CloneNoPersistence for Index<P>where
P: IndexProvider,
impl<P> CloneNoPersistence for Index<P>where
P: IndexProvider,
fn clone_no_persistence(&self) -> Index<P>
Source§impl<P> StoreTransaction for Index<P>where
P: IndexProvider,
impl<P> StoreTransaction for Index<P>where
P: IndexProvider,
type TransactionErr = IndexError<P>
fn begin_transaction( &mut self, ) -> Result<(), <Index<P> as StoreTransaction>::TransactionErr>
fn commit_transaction( &mut self, ) -> Result<(), <Index<P> as StoreTransaction>::TransactionErr>
fn rollback_transaction(&mut self)
Auto Trait Implementations§
impl<P> Freeze for Index<P>where
P: Freeze,
impl<P> RefUnwindSafe for Index<P>where
P: RefUnwindSafe,
impl<P> Send for Index<P>where
P: Send,
impl<P> Sync for Index<P>where
P: Sync,
impl<P> Unpin for Index<P>where
P: Unpin,
impl<P> UnwindSafe for Index<P>where
P: UnwindSafe,
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