pub struct AsyncStd;Expand description
AsyncStd runtime.
The task is spawned using async_std::task::spawn.
§Create a new task
see Task::async_std
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsyncStd
impl RefUnwindSafe for AsyncStd
impl Send for AsyncStd
impl Sync for AsyncStd
impl Unpin for AsyncStd
impl UnwindSafe for AsyncStd
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