pub struct TokioRuntime;Available on crate feature
runtime-tokio only.Expand description
Tokio-specific async runtime
Trait Implementations§
Source§impl AsyncRuntime for TokioRuntime
impl AsyncRuntime for TokioRuntime
Source§impl Debug for TokioRuntime
impl Debug for TokioRuntime
Source§impl Default for TokioRuntime
impl Default for TokioRuntime
Source§fn default() -> TokioRuntime
fn default() -> TokioRuntime
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TokioRuntime
impl RefUnwindSafe for TokioRuntime
impl Send for TokioRuntime
impl Sync for TokioRuntime
impl Unpin for TokioRuntime
impl UnwindSafe for TokioRuntime
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