pub struct RExprRuntime {
pub expr_cache: DashMap<String, Node>,
pub token_map: TokenMap<'static>,
}Expand description
the express engine for exe code on runtime
Fields§
§expr_cache: DashMap<String, Node>§token_map: TokenMap<'static>Implementations§
Source§impl RExprRuntime
impl RExprRuntime
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RExprRuntime
impl !RefUnwindSafe for RExprRuntime
impl Send for RExprRuntime
impl Sync for RExprRuntime
impl Unpin for RExprRuntime
impl UnwindSafe for RExprRuntime
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