pub struct IndexScanExecutor { /* private fields */ }Expand description
Index scan executor - scans rows using an index.
Implementations§
Auto Trait Implementations§
impl Freeze for IndexScanExecutor
impl RefUnwindSafe for IndexScanExecutor
impl !Send for IndexScanExecutor
impl !Sync for IndexScanExecutor
impl Unpin for IndexScanExecutor
impl UnwindSafe for IndexScanExecutor
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