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> Freeze for EnterGuard<'a>
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§
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