pub struct ScriptingEngine {}Expand description
A builder for ScriptParsers.
Implementations§
Source§impl ScriptingEngine
impl ScriptingEngine
Sourcepub fn script(expression: &Expression) -> ScriptParser<'_>
pub fn script(expression: &Expression) -> ScriptParser<'_>
Creates a new ScriptParser.
Auto Trait Implementations§
impl Freeze for ScriptingEngine
impl RefUnwindSafe for ScriptingEngine
impl Send for ScriptingEngine
impl Sync for ScriptingEngine
impl Unpin for ScriptingEngine
impl UnwindSafe for ScriptingEngine
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