pub struct WasmTimeOut { /* private fields */ }Available on crate features
rt and wasm32 only.Implementations§
Trait Implementations§
Source§impl Drop for WasmTimeOut
impl Drop for WasmTimeOut
Auto Trait Implementations§
impl Freeze for WasmTimeOut
impl !RefUnwindSafe for WasmTimeOut
impl !Send for WasmTimeOut
impl !Sync for WasmTimeOut
impl Unpin for WasmTimeOut
impl UnsafeUnpin for WasmTimeOut
impl !UnwindSafe for WasmTimeOut
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