pub struct Script<'e> { /* private fields */ }Expand description
A script pre-compiled into bytecode.
Implementations§
Auto Trait Implementations§
impl<'e> Freeze for Script<'e>
impl<'e> !RefUnwindSafe for Script<'e>
impl<'e> !Send for Script<'e>
impl<'e> !Sync for Script<'e>
impl<'e> Unpin for Script<'e>
impl<'e> !UnwindSafe for Script<'e>
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