Struct datafusion_jit::jit::JIT
source · pub struct JIT { /* private fields */ }
Expand description
The basic JIT class.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for JIT
impl !Send for JIT
impl !Sync for JIT
impl Unpin for JIT
impl !UnwindSafe for JIT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more