Struct tokio::task::LocalEnterGuard
source · [−]pub struct LocalEnterGuard(_);
Expand description
Context guard for LocalSet
Trait Implementations
sourceimpl Debug for LocalEnterGuard
impl Debug for LocalEnterGuard
Auto Trait Implementations
impl !RefUnwindSafe for LocalEnterGuard
impl !Send for LocalEnterGuard
impl !Sync for LocalEnterGuard
impl Unpin for LocalEnterGuard
impl !UnwindSafe for LocalEnterGuard
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