pub struct ScriptRunner {}
Expand description
Handles the execution of processed scripts
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScriptRunner
impl RefUnwindSafe for ScriptRunner
impl Send for ScriptRunner
impl Sync for ScriptRunner
impl Unpin for ScriptRunner
impl UnwindSafe for ScriptRunner
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