pub struct IndexDBViewRepository<V, A> { /* private fields */ }
Auto Trait Implementations§
impl<V, A> Freeze for IndexDBViewRepository<V, A>
impl<V, A> RefUnwindSafe for IndexDBViewRepository<V, A>where
V: RefUnwindSafe,
A: RefUnwindSafe,
impl<V, A> Send for IndexDBViewRepository<V, A>
impl<V, A> Sync for IndexDBViewRepository<V, A>
impl<V, A> Unpin for IndexDBViewRepository<V, A>
impl<V, A> UnwindSafe for IndexDBViewRepository<V, A>where
V: UnwindSafe,
A: 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