Struct workflow_wasm::timers::TimeoutHandle
source · pub struct TimeoutHandle(_);
Expand description
JavaScript timeout handle, droppping which cancels the associated timeout.
Trait Implementations§
source§impl Clone for TimeoutHandle
impl Clone for TimeoutHandle
source§fn clone(&self) -> TimeoutHandle
fn clone(&self) -> TimeoutHandle
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 more