Struct rquickjs_core::BuiltinLoader
source · [−]pub struct BuiltinLoader { /* private fields */ }
Available on crate feature
loader
only.Expand description
The builtin script module loader
This loader can be used as the nested backing loader in user-defined loaders.
Implementations
Trait Implementations
sourceimpl Debug for BuiltinLoader
impl Debug for BuiltinLoader
sourceimpl Default for BuiltinLoader
impl Default for BuiltinLoader
sourcefn default() -> BuiltinLoader
fn default() -> BuiltinLoader
Returns the “default value” for a type. Read more
sourceimpl Loader<()> for BuiltinLoader
impl Loader<()> for BuiltinLoader
Auto Trait Implementations
impl RefUnwindSafe for BuiltinLoader
impl Send for BuiltinLoader
impl Sync for BuiltinLoader
impl Unpin for BuiltinLoader
impl UnwindSafe for BuiltinLoader
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