Struct rquickjs_core::loader::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§
source§impl Debug for BuiltinLoader
impl Debug for BuiltinLoader
source§impl Default for BuiltinLoader
impl Default for BuiltinLoader
source§fn default() -> BuiltinLoader
fn default() -> BuiltinLoader
Returns the “default value” for a type. Read more
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§
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