pub struct UnreachableAsyncRuntime;
Expand description
BaseAsyncRuntime
that panics on use.
Trait Implementations§
Source§impl Clone for UnreachableAsyncRuntime
impl Clone for UnreachableAsyncRuntime
Source§fn clone(&self) -> UnreachableAsyncRuntime
fn clone(&self) -> UnreachableAsyncRuntime
Returns a duplicate 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 moreSource§impl Debug for UnreachableAsyncRuntime
impl Debug for UnreachableAsyncRuntime
impl Copy for UnreachableAsyncRuntime
Auto Trait Implementations§
impl Freeze for UnreachableAsyncRuntime
impl RefUnwindSafe for UnreachableAsyncRuntime
impl Send for UnreachableAsyncRuntime
impl Sync for UnreachableAsyncRuntime
impl Unpin for UnreachableAsyncRuntime
impl UnwindSafe for UnreachableAsyncRuntime
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