pub struct AsyncRuntime { /* private fields */ }Expand description
Runtime for executing async tasks
Implementations§
Source§impl AsyncRuntime
impl AsyncRuntime
Auto Trait Implementations§
impl Freeze for AsyncRuntime
impl RefUnwindSafe for AsyncRuntime
impl Send for AsyncRuntime
impl Sync for AsyncRuntime
impl Unpin for AsyncRuntime
impl UnsafeUnpin for AsyncRuntime
impl UnwindSafe for AsyncRuntime
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