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 moreAuto Trait Implementations§
impl RefUnwindSafe for SetDefaultError
impl Send for SetDefaultError
impl Sync for SetDefaultError
impl Unpin for SetDefaultError
impl UnwindSafe for SetDefaultError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more