Struct rquickjs_core::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
sourceimpl ModuleLoader
impl ModuleLoader
Trait Implementations
sourceimpl Debug for ModuleLoader
impl Debug for ModuleLoader
sourceimpl Default for ModuleLoader
impl Default for ModuleLoader
sourcefn default() -> ModuleLoader
fn default() -> ModuleLoader
Returns the “default value” for a type. Read more
sourceimpl Loader<()> for ModuleLoader
impl Loader<()> for ModuleLoader
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
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