Struct script::script_module::ModuleObject
source · pub struct ModuleObject(Box<Heap<*mut JSObject>>);
Tuple Fields§
§0: Box<Heap<*mut JSObject>>
Implementations§
source§impl ModuleObject
impl ModuleObject
pub fn handle(&self) -> HandleObject
Trait Implementations§
source§impl JSTraceable for ModuleObject
impl JSTraceable for ModuleObject
Auto Trait Implementations§
impl !RefUnwindSafe for ModuleObject
impl !Send for ModuleObject
impl !Sync for ModuleObject
impl Unpin for ModuleObject
impl UnwindSafe for ModuleObject
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert