pub struct TableScanExecutor { /* private fields */ }Expand description
Table scan executor - scans all rows from a table.
Implementations§
Auto Trait Implementations§
impl Freeze for TableScanExecutor
impl RefUnwindSafe for TableScanExecutor
impl !Send for TableScanExecutor
impl !Sync for TableScanExecutor
impl Unpin for TableScanExecutor
impl UnwindSafe for TableScanExecutor
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