pub struct SortExecutor { /* private fields */ }Expand description
Sort executor - sorts rows by specified columns.
Implementations§
Auto Trait Implementations§
impl Freeze for SortExecutor
impl RefUnwindSafe for SortExecutor
impl Send for SortExecutor
impl Sync for SortExecutor
impl Unpin for SortExecutor
impl UnwindSafe for SortExecutor
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