pub struct ProjectExecutor { /* private fields */ }Expand description
Project executor - projects specific columns from rows.
Implementations§
Auto Trait Implementations§
impl Freeze for ProjectExecutor
impl RefUnwindSafe for ProjectExecutor
impl Send for ProjectExecutor
impl Sync for ProjectExecutor
impl Unpin for ProjectExecutor
impl UnwindSafe for ProjectExecutor
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