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