pub struct RTreeCursor;Expand description
Unused cursor — a persistent module’s reads scan the backing table, not a
cursor. Present only to satisfy VTabModule.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RTreeCursor
impl RefUnwindSafe for RTreeCursor
impl Send for RTreeCursor
impl Sync for RTreeCursor
impl Unpin for RTreeCursor
impl UnsafeUnpin for RTreeCursor
impl UnwindSafe for RTreeCursor
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