pub struct FullTableScan {
pub src_table: Arc<Table>,
pub target_type: Arc<SqlTypeDefinition>,
}Fields§
§src_table: Arc<Table>§target_type: Arc<SqlTypeDefinition>Auto Trait Implementations§
impl Freeze for FullTableScan
impl RefUnwindSafe for FullTableScan
impl Send for FullTableScan
impl Sync for FullTableScan
impl Unpin for FullTableScan
impl UnsafeUnpin for FullTableScan
impl UnwindSafe for FullTableScan
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