Struct script::task_source::timer::TimerTaskSource
source · pub struct TimerTaskSource(pub Box<dyn ScriptChan + Send + 'static>, pub PipelineId);
Expand description
https://html.spec.whatwg.org/multipage/#timer-task-source
Tuple Fields§
§0: Box<dyn ScriptChan + Send + 'static>
§1: PipelineId
Trait Implementations§
source§impl Clone for TimerTaskSource
impl Clone for TimerTaskSource
source§fn clone(&self) -> TimerTaskSource
fn clone(&self) -> TimerTaskSource
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 TimerTaskSource
impl Debug for TimerTaskSource
source§impl JSTraceable for TimerTaskSource
impl JSTraceable for TimerTaskSource
source§impl TaskSource for TimerTaskSource
impl TaskSource for TimerTaskSource
const NAME: TaskSourceName = TaskSourceName::Timer
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 TimerTaskSource
impl Send for TimerTaskSource
impl !Sync for TimerTaskSource
impl Unpin for TimerTaskSource
impl !UnwindSafe for TimerTaskSource
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