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