pub struct ILExecutor { /* private fields */ }
Expand description
Executor for IL expressions with async support
Implementations§
Source§impl ILExecutor
impl ILExecutor
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ILExecutor
impl !RefUnwindSafe for ILExecutor
impl Send for ILExecutor
impl Sync for ILExecutor
impl Unpin for ILExecutor
impl !UnwindSafe for ILExecutor
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