pub struct Cursor<P: Sqlite3Api, C: VTabCursor<P>> { /* private fields */ }Expand description
Glue wrapper stored in the backend’s sqlite3_vtab_cursor pointer.
Auto Trait Implementations§
impl<P, C> Freeze for Cursor<P, C>where
C: Freeze,
impl<P, C> RefUnwindSafe for Cursor<P, C>where
C: RefUnwindSafe,
P: RefUnwindSafe,
impl<P, C> !Send for Cursor<P, C>
impl<P, C> !Sync for Cursor<P, C>
impl<P, C> Unpin for Cursor<P, C>where
C: Unpin,
impl<P, C> UnsafeUnpin for Cursor<P, C>where
C: UnsafeUnpin,
impl<P, C> UnwindSafe for Cursor<P, C>where
C: UnwindSafe,
P: RefUnwindSafe,
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