pub struct DOMManipulationTaskSource(pub Box<dyn ScriptChan + Send>, pub PipelineId);
Tuple Fields§
§0: Box<dyn ScriptChan + Send>
§1: PipelineId
Implementations§
source§impl DOMManipulationTaskSource
impl DOMManipulationTaskSource
pub fn queue_event(
&self,
target: &EventTarget,
name: Atom,
bubbles: EventBubbles,
cancelable: EventCancelable,
window: &Window
)
pub fn queue_simple_event(&self, target: &EventTarget, name: Atom, window: &Window)
Trait Implementations§
source§impl Clone for DOMManipulationTaskSource
impl Clone for DOMManipulationTaskSource
source§fn clone(&self) -> DOMManipulationTaskSource
fn clone(&self) -> DOMManipulationTaskSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DOMManipulationTaskSource
impl Debug for DOMManipulationTaskSource
source§impl TaskSource for DOMManipulationTaskSource
impl TaskSource for DOMManipulationTaskSource
const NAME: TaskSourceName = TaskSourceName::DOMManipulation
fn queue_with_canceller<T>(
&self,
task: T,
canceller: &TaskCanceller
) -> Result<(), ()>where
T: TaskOnce + 'static,
fn queue<T>(&self, task: T, global: &GlobalScope) -> Result<(), ()>where
T: TaskOnce + 'static,
Auto Trait Implementations§
impl !RefUnwindSafe for DOMManipulationTaskSource
impl Send for DOMManipulationTaskSource
impl !Sync for DOMManipulationTaskSource
impl Unpin for DOMManipulationTaskSource
impl !UnwindSafe for DOMManipulationTaskSource
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> 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