pub struct TokioCurrentThread;Expand description
Runtime implementation, which works with Tokio’s current thread runtime.
Trait Implementations§
Source§impl Clone for TokioCurrentThread
impl Clone for TokioCurrentThread
Source§fn clone(&self) -> TokioCurrentThread
fn clone(&self) -> TokioCurrentThread
Returns a copy 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 TokioCurrentThread
impl Debug for TokioCurrentThread
Source§impl Runtime for TokioCurrentThread
impl Runtime for TokioCurrentThread
Auto Trait Implementations§
impl Freeze for TokioCurrentThread
impl RefUnwindSafe for TokioCurrentThread
impl Send for TokioCurrentThread
impl Sync for TokioCurrentThread
impl Unpin for TokioCurrentThread
impl UnwindSafe for TokioCurrentThread
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