Struct rquickjs_core::module::Exports
source · pub struct Exports<'js> { /* private fields */ }
Expand description
A struct used to load the exports of a module.
Used in the ModuleDef::load
.
Implementations§
Auto Trait Implementations§
impl<'js> RefUnwindSafe for Exports<'js>
impl<'js> !Send for Exports<'js>
impl<'js> !Sync for Exports<'js>
impl<'js> Unpin for Exports<'js>
impl<'js> !UnwindSafe for Exports<'js>
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