Struct rquickjs_core::Script
source · [−]pub struct Script;
Expand description
The marker for the module which is created from text source
Trait Implementations
sourceimpl Loader<Script> for BuiltinLoader
impl Loader<Script> for BuiltinLoader
sourceimpl<D> Loader<Script> for Bundle<&'static [(&'static str, D)]> where
D: HasByteCode<'static>,
impl<D> Loader<Script> for Bundle<&'static [(&'static str, D)]> where
D: HasByteCode<'static>,
Auto Trait Implementations
impl RefUnwindSafe for Script
impl Send for Script
impl Sync for Script
impl Unpin for Script
impl UnwindSafe for Script
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more