Struct script::task_source::websocket::WebsocketTaskSource
source · pub struct WebsocketTaskSource(pub Box<dyn ScriptChan + Send + 'static>, pub PipelineId);
Tuple Fields§
§0: Box<dyn ScriptChan + Send + 'static>
§1: PipelineId
Trait Implementations§
source§impl Clone for WebsocketTaskSource
impl Clone for WebsocketTaskSource
source§fn clone(&self) -> WebsocketTaskSource
fn clone(&self) -> WebsocketTaskSource
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 JSTraceable for WebsocketTaskSource
impl JSTraceable for WebsocketTaskSource
source§impl TaskSource for WebsocketTaskSource
impl TaskSource for WebsocketTaskSource
const NAME: TaskSourceName = TaskSourceName::Websocket
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 WebsocketTaskSource
impl Send for WebsocketTaskSource
impl !Sync for WebsocketTaskSource
impl Unpin for WebsocketTaskSource
impl !UnwindSafe for WebsocketTaskSource
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