Struct wasm_timer::SetDefaultError
source · pub struct SetDefaultError(_);Expand description
Error returned from TimerHandle::set_fallback.
Trait Implementations§
source§impl Clone for SetDefaultError
impl Clone for SetDefaultError
source§fn clone(&self) -> SetDefaultError
fn clone(&self) -> SetDefaultError
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