pub struct ExecutorInner {
pub functions: Functions,
pub flow_operator_store: FlowOperatorStore,
pub virtual_table_registry: TableVirtualUserRegistry,
}Fields§
§functions: Functions§flow_operator_store: FlowOperatorStore§virtual_table_registry: TableVirtualUserRegistryAuto Trait Implementations§
impl Freeze for ExecutorInner
impl !RefUnwindSafe for ExecutorInner
impl Send for ExecutorInner
impl Sync for ExecutorInner
impl Unpin for ExecutorInner
impl !UnwindSafe for ExecutorInner
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more