Struct tokio::runtime::EnterGuard
source · [−]pub struct EnterGuard<'a> { /* private fields */ }
Expand description
Runtime context guard.
Returned by Runtime::enter
and Handle::enter
, the context guard exits
the runtime context on drop.
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for EnterGuard<'a>
impl<'a> Send for EnterGuard<'a>
impl<'a> Sync for EnterGuard<'a>
impl<'a> Unpin for EnterGuard<'a>
impl<'a> !UnwindSafe for EnterGuard<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more