Struct script::script_thread::MainThreadScriptChan
source · pub struct MainThreadScriptChan(pub Sender<MainThreadScriptMsg>);
Expand description
Encapsulates internal communication of main thread messages within the script thread.
Tuple Fields§
§0: Sender<MainThreadScriptMsg>
Trait Implementations§
source§impl JSTraceable for MainThreadScriptChan
impl JSTraceable for MainThreadScriptChan
source§impl ScriptChan for MainThreadScriptChan
impl ScriptChan for MainThreadScriptChan
Auto Trait Implementations§
impl RefUnwindSafe for MainThreadScriptChan
impl Send for MainThreadScriptChan
impl Sync for MainThreadScriptChan
impl Unpin for MainThreadScriptChan
impl UnwindSafe for MainThreadScriptChan
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