pub struct NoAsync;Expand description
Runtime implementation for synchronous execution environments.
This runtime can be used when executing in a non-async environment. The runtime methods will perform their operations synchronously.
Trait Implementations§
impl Copy for NoAsync
Auto Trait Implementations§
impl Freeze for NoAsync
impl RefUnwindSafe for NoAsync
impl Send for NoAsync
impl Sync for NoAsync
impl Unpin for NoAsync
impl UnsafeUnpin for NoAsync
impl UnwindSafe for NoAsync
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