pub enum Kernel {
Compare,
Scalar,
Logic,
Cast,
Aggregate,
Select,
}Expand description
Which kernel fell through.
Variants§
Compare
The comparisons, in compare.
Scalar
The scalar functions, in scalar.
Logic
Three-valued logic, in logic.
Cast
The conversions, in cast.
Aggregate
The aggregates.
Select
Turning a vector of flags into the rows it keeps, in select.
Implementations§
Trait Implementations§
impl Copy for Kernel
impl Eq for Kernel
impl StructuralPartialEq for Kernel
Auto Trait Implementations§
impl Freeze for Kernel
impl RefUnwindSafe for Kernel
impl Send for Kernel
impl Sync for Kernel
impl Unpin for Kernel
impl UnsafeUnpin for Kernel
impl UnwindSafe for Kernel
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