pub struct Tokio;Expand description
Runtime implementation, which works with Tokio’s multi thread runtime.
Trait Implementations§
Source§impl Runtime for Tokio
Available on crate features experimental_async_runtime and rt-tokio only.
impl Runtime for Tokio
Available on crate features
experimental_async_runtime and rt-tokio only.Source§impl RuntimeChannel for Tokio
Available on crate features experimental_async_runtime and rt-tokio only.
impl RuntimeChannel for Tokio
Available on crate features
experimental_async_runtime and rt-tokio only.Auto Trait Implementations§
impl Freeze for Tokio
impl RefUnwindSafe for Tokio
impl Send for Tokio
impl Sync for Tokio
impl Unpin for Tokio
impl UnwindSafe for Tokio
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