pub struct AsyncContextGuard;
Expand description
Guard for async context that automatically pops on drop
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsyncContextGuard
impl RefUnwindSafe for AsyncContextGuard
impl Send for AsyncContextGuard
impl Sync for AsyncContextGuard
impl Unpin for AsyncContextGuard
impl UnwindSafe for AsyncContextGuard
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